[MIG] project_parent_task: Migration to 16.0

This commit is contained in:
Boris Gallet
2023-11-07 13:13:29 +01:00
parent e9ec522405
commit a06cd29014
2 changed files with 2 additions and 2 deletions

View File

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