trytond-stock_inventory_exp.../inventory.xml
Sergi Almacellas Abellana b258dd8720 Initial commit
2015-10-09 12:35:43 +02:00

21 lines
745 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="inventory_line_view_form">
<field name="model">stock.inventory.line</field>
<field name="inherit" ref="stock.inventory_line_view_form"/>
<field name="name">inventory_line_form</field>
</record>
<record model="ir.ui.view" id="inventory_line_view_tree">
<field name="model">stock.inventory.line</field>
<field name="inherit" ref="stock.inventory_line_view_tree"/>
<field name="name">inventory_line_tree</field>
</record>
</data>
</tryton>