trytond-stock_delivery_note.../configuration.xml
2017-03-14 19:23:36 +01:00

13 lines
534 B
XML

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