[MIG] project_parent_task: Migration to 16.0
This commit is contained in:
@@ -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",
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user