trytond-sale_secondary_unit/stock.xml
Cédric Krier ca17c6d6bf Add secondary unit
issue8239
review271131003
2019-07-28 14:34:20 +02:00

13 lines
504 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data depends="stock_secondary_unit">
<record model="ir.ui.view" id="move_view_list_shipment">
<field name="model">stock.move</field>
<field name="inherit" ref="sale.move_view_list_shipment"/>
<field name="name">stock_move_list</field>
</record>
</data>
</tryton>