kalenislims/lims_sale_industry/product.xml
2020-08-21 19:40:00 -03:00

15 lines
342 B
XML

<?xml version="1.0"?>
<tryton>
<data>
<!-- Template -->
<record model="ir.ui.view" id="template_view_form">
<field name="model">product.template</field>
<field name="inherit" ref="product.template_view_form"/>
<field name="name">template_form</field>
</record>
</data>
</tryton>