trytond-edocument_edifact/stock.xml

12 lines
489 B
XML
Raw Normal View History

2018-05-02 13:50:39 +02:00
<?xml version="1.0" encoding="utf-8"?>
2018-05-08 09:19:02 +02:00
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
2018-05-02 13:50:39 +02:00
<tryton>
<data>
<record model="ir.ui.view" id="stock_configuration_view_form">
<field name="model">stock.configuration</field>
<field name="inherit" ref="stock.stock_configuration_view_form"/>
<field name="name">configuration_form</field>
</record>
</data>
</tryton>