16 lines
594 B
XML
16 lines
594 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- TODO: remove this view in master -->
|
|
<record id="product_template_form_view" model="ir.ui.view">
|
|
<field name="name">product.template.form.inherit</field>
|
|
<field name="model">product.template</field>
|
|
<field name="inherit_id" ref="sale.product_template_form_view"/>
|
|
<field name="arch" type="xml">
|
|
<field name="invoice_policy" position="attributes">
|
|
<attribute name="invisible" separator="or" add="type == 'combo'"/>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
|
|
</odoo>
|