[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

@@ -3,7 +3,7 @@
{ {
"name": "project_parent_tasks", "name": "project_parent_tasks",
"version": "14.0.1.0.0", "version": "16.0.1.0.0",
"author": "Elabore", "author": "Elabore",
"website": "https://elabore.coop", "website": "https://elabore.coop",
"maintainer": "Laetitia Da Costa", "maintainer": "Laetitia Da Costa",

View File

@@ -5,7 +5,7 @@
<field name="model">project.task</field> <field name="model">project.task</field>
<field name="inherit_id" ref="project.view_task_form2" /> <field name="inherit_id" ref="project.view_task_form2" />
<field name="arch" type="xml"> <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> <attribute name="domain">[('project_id','=', project_id)]</attribute>
</xpath> </xpath>
</field> </field>