trytond-galatea_esale/product.xml

19 lines
836 B
XML
Raw Normal View History

2014-06-05 16:01:31 +02:00
<?xml version="1.0"?>
<!-- This file is part galatea_esale module for Tryton.
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="esale_template_view_form">
2014-06-05 16:01:31 +02:00
<field name="model">product.template</field>
<field name="type">form</field>
<field name="inherit" ref="product_esale.esale_template_view_form"/>
<field name="name">esale_template_form</field>
2014-06-05 16:01:31 +02:00
</record>
<record model="ir.ui.view" id="esale_product_view_form">
2014-09-22 15:33:12 +02:00
<field name="model">product.product</field>
<field name="inherit" ref="product_esale.esale_product_view_form"/>
<field name="name">esale_product_form</field>
2014-09-22 15:33:12 +02:00
</record>
2014-06-05 16:01:31 +02:00
</data>
</tryton>