[WIP] project_acceptance: changes by functionality of buttons

H11043
This commit is contained in:
Leo Pinedo
2022-09-30 00:52:41 +00:00
parent 9fb4db9642
commit e9bf88e641
12 changed files with 276 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_task_form2_inherit_pad_project" model="ir.ui.view">
<field name="name">project.task.form.inherit</field>
<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="after">
<field name="task_acceptance"/>
</xpath>
</field>
</record>
</odoo>