trytond-stock_product_categ.../product.xml
2015-06-25 14:40:56 +02:00

13 lines
461 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="product_category_view_form">
<field name="model">product.category</field>
<field name="inherit" ref="product.category_view_form"/>
<field name="name">product_category_form</field>
</record>
</data>
</tryton>