This question has been flagged
7554 Views

<record model="ir.ui.view" id="view_task_form2">
<field name="name">project.task.form.cycle.project</field>
<field name="model">project.task</field>
<field name="inherit_id" ref="project.view_task_form2" />
<field name="arch" type="xml">

<xpath expr="//form" position="attributes">
<attribute name="archive">false</attribute>
</xpath>
</field>
</record>



Avatar
Discard