mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
IMP project_task_line Set Default task on Todo lines.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//page[@name='description_page']" position="after">
|
<xpath expr="//page[@name='description_page']" position="after">
|
||||||
<page name="task_lines" string="Todo List">
|
<page name="task_lines" string="Todo List">
|
||||||
<field name="line_ids" widget="one2many_list">
|
<field name="line_ids" widget="one2many_list" context="{'default_task_id': id}">
|
||||||
<tree>
|
<tree>
|
||||||
<field name="sequence" widget="handle"/>
|
<field name="sequence" widget="handle"/>
|
||||||
<field name="name"/>
|
<field name="name"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user