account_retencion_ar/product.xml

15 lines
350 B
XML

<?xml version="1.0"?>
<tryton>
<data>
<!-- Product Category -->
<record model="ir.ui.view" id="category_view_form">
<field name="model">product.category</field>
<field name="inherit" ref="product.category_view_form"/>
<field name="name">category_form</field>
</record>
</data>
</tryton>