mirror of
https://github.com/bringout/oca-ocb-project.git
synced 2026-04-18 11:42:06 +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,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- action used by the mail plugins in order to redirect the user to the newly created task in edit mode-->
|
||||
<record id="project_task_action_form_edit" model="ir.actions.act_window">
|
||||
<field name="name">Task: redirect to form in edit mode</field>
|
||||
<field name="type">ir.actions.act_window</field>
|
||||
<field name="res_model">project.task</field>
|
||||
<field name="view_mode">form</field>
|
||||
<field name="view_id" ref="project.view_task_form2"/>
|
||||
<field name="context">{'form_view_initial_mode': 'edit'}</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue