[FIX]project_parent_tasks:change behaviour of autocomplete task sale line

This commit is contained in:
2023-09-20 17:15:48 +02:00
parent 68296b8d84
commit 234231afda
5 changed files with 25 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<field name="inherit_id" ref="project.view_task_form2" />
<field name="arch" type="xml">
<xpath expr="//field[@name='parent_id']" position="attributes">
<attribute name="domain">[('project_id','=', active_id)]</attribute>
<attribute name="domain">[('project_id','=', project_id)]</attribute>
</xpath>
</field>
</record>