trytond-product_cost_plan/configuration.xml

13 lines
518 B
XML
Raw Permalink Normal View History

2014-03-16 04:07:48 +01:00
<?xml version="1.0"?>
<!-- This file is part of 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="production_configuration_view_form">
<field name="model">production.configuration</field>
2016-07-05 14:17:52 +02:00
<field name="name">configuration_form</field>
2018-04-25 15:44:48 +02:00
<field name="inherit" ref="production.production_configuration_view_form"/>
2014-03-16 04:07:48 +01:00
</record>
</data>
</tryton>