trytond-product_bulk/stock.xml

14 lines
453 B
XML
Raw Permalink Normal View History

2020-01-13 16:09:22 +01:00
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<!-- stock.move -->
<record model="ir.ui.view" id="move_view_form">
<field name="model">stock.move</field>
<field name="inherit" ref="stock.move_view_form"/>
<field name="name">move_form</field>
</record>
</data>
</tryton>