trytond-stock_lot_available/stock.xml
Carlos Pérez 64ee55a38d Initial commit
This commit refs #3714
2018-01-18 10:48:48 +01:00

12 lines
444 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="stock_lot_view_tree">
<field name="model">stock.lot</field>
<field name="inherit" ref="stock_lot_quantity.lot_view_list_qty"/>
<field name="name">stock_lot_tree</field>
</record>
</data>
</tryton>