mirror of
https://github.com/NaN-tic/trytond-farm_feed_production.git
synced 2023-12-14 05:52:53 +01:00
13 lines
476 B
XML
13 lines
476 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>
|
|
<!-- production -->
|
|
<record model="ir.ui.view" id="production_view_form">
|
|
<field name="model">production</field>
|
|
<field name="inherit" ref="production.production_view_form"/>
|
|
<field name="name">production_form</field>
|
|
</record>
|
|
</data>
|
|
</tryton>
|