trytond-production_split_se.../production.xml

15 lines
497 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="split_start_view_form">
<field name="model">production.split.start</field>
<field name="name">split_start_form</field>
<field name="inherit"
ref="production_split_unexploded.split_start_view_form"/>
</record>
</data>
</tryton>