trytond-production_process/product.xml

25 lines
1.0 KiB
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-bom_view_list">
<field name="model">product.product-production.bom</field>
<field name="inherit" ref="production.product-bom_view_list"/>
<field name="name">product_bom_list</field>
</record>
<record model="ir.ui.view" id="product-bom_view_list_sequence">
<field name="model">product.product-production.bom</field>
<field name="inherit" ref="production.product-bom_view_list_sequence"/>
<field name="name">product_bom_list_sequence</field>
</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"/>
<field name="name">product_bom_form</field>
</record>
</data>
</tryton>