17 lines
No EOL
761 B
XML
17 lines
No EOL
761 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data>
|
|
|
|
<record id="product_template_form_inherit" model="ir.ui.view">
|
|
<field name="name">durpro_fsm.product.template.form</field>
|
|
<field name="model">product.template</field>
|
|
<field name="inherit_id" ref="sale_project.product_template_form_view_invoice_policy_inherit_sale_project"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//field[@name='project_id']" position="after">
|
|
<field name="task_template_id"
|
|
attrs="{'invisible': [('service_tracking', 'not in', ('task_global_project', 'task_in_project'))]}"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</data>
|
|
</odoo> |