trytond-production_operation/configuration.xml

13 lines
482 B
XML

<?xml version="1.0"?>
<!-- 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="configuration_view_form">
<field name="model">production.configuration</field>
<field name="inherit" ref="production.production_configuration_view_form"/>
<field name="name">configuration_form</field>
</record>
</data>
</tryton>