flectra/addons/account_invoicing/views/product_template_views.xml

13 lines
543 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2018-01-16 11:34:37 +01:00
<flectra>
<record model="ir.ui.view" id="product_template_form_view_invoice_policy">
<field name="name">product.template.invoice.policy</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="account.product_template_form_view"/>
<field name="arch" type="xml">
<group name="invoicing" position="attributes">
<attribute name="invisible" eval="False"/>
</group>
</field>
</record>
2018-01-16 11:34:37 +01:00
</flectra>