mirror of
https://github.com/bringout/oca-ocb-project.git
synced 2026-04-19 03:02:02 +02:00
Initial commit: Project packages
This commit is contained in:
commit
89613c97b0
753 changed files with 496325 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0"?>
|
||||
<odoo>
|
||||
<!-- Activity types config -->
|
||||
<record id="mail_activity_type_action_config_project_types" model="ir.actions.act_window">
|
||||
<field name="name">Activity Types</field>
|
||||
<field name="res_model">mail.activity.type</field>
|
||||
<field name="view_mode">tree,form</field>
|
||||
<field name="domain">['|', ('res_model', '=', False), ('res_model', '=', 'project.task')]</field>
|
||||
<field name="context">{'default_res_model': 'project.task'}</field>
|
||||
<field name="help" type="html">
|
||||
<p class="o_view_nocontent_smiling_face">
|
||||
No activity types found. Let's create one!
|
||||
</p><p>
|
||||
Those represent the different categories of things you have to do (e.g. "Call" or "Send email").
|
||||
</p>
|
||||
</field>
|
||||
</record>
|
||||
<menuitem id="project_menu_config_activity_type"
|
||||
action="mail_activity_type_action_config_project_types"
|
||||
parent="menu_project_config"/>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue