trytond-production_process/product.xml

25 lines
1.0 KiB
XML
Raw Normal View History

2014-05-12 14:07:03 +02:00
<?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-bom_view_list">
2014-05-12 14:07:03 +02:00
<field name="model">product.product-production.bom</field>
<field name="inherit" ref="production.product-bom_view_list"/>
2016-07-05 14:17:51 +02:00
<field name="name">product_bom_list</field>
2014-05-12 14:07:03 +02:00
</record>
<record model="ir.ui.view" id="product-bom_view_list_sequence">
2014-05-12 14:07:03 +02:00
<field name="model">product.product-production.bom</field>
<field name="inherit" ref="production.product-bom_view_list_sequence"/>
2016-07-05 14:17:51 +02:00
<field name="name">product_bom_list_sequence</field>
2014-05-12 14:07:03 +02:00
</record>
<record model="ir.ui.view" id="product-bom_view_form">
<field name="model">product.product-production.bom</field>
<field name="inherit" ref="production.product-bom_view_form"/>
2016-07-05 14:17:51 +02:00
<field name="name">product_bom_form</field>
2014-05-12 14:07:03 +02:00
</record>
</data>
</tryton>