mirror of
https://github.com/NaN-tic/trytond-production_process.git
synced 2023-12-14 05:53:01 +01:00
24 lines
1 KiB
XML
24 lines
1 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>
|