trytond-stock_move_warehouse/move.xml
2013-12-10 12:40:06 +01:00

13 lines
478 B
XML

<?xml version="1.0"?>
<!-- This file is part stock_move_warehouse module for Tryton.
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="move_view_tree">
<field name="model">stock.move</field>
<field name="inherit" ref="stock.move_view_tree"/>
<field name="name">move_tree</field>
</record>
</data>
</tryton>