trytond-stock_relocation/configuration.xml
2015-11-13 17:07:21 +01:00

15 lines
583 B
XML

<?xml version="1.0"?>
<!-- This file is part stock_relocation 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="stock_configuration_view_form">
<field name="model">stock.configuration</field>
<field name="type" eval="None"/>
<field name="inherit"
ref="stock.stock_configuration_view_form"/>
<field name="name">configuration_form</field>
</record>
</data>
</tryton>