trytond-agronomics/view/production_form.xml
2021-09-03 11:35:21 +02:00

20 lines
797 B
XML

<?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. -->
<data>
<xpath expr="/form/label[@name='bom']" position="before">
<label name="production_template"/>
<field name="production_template"/>
</xpath>
<xpath expr="/form/notebook" position="inside">
<page name="enology_products">
<field name="enology_products" colspan="4"/>
<field name="allowed_enology_products" colspan="4" invisible="1"/>
</page>
<page name="output_distribution">
<field name="output_distribution" colspan="4"/>
<field name="allowed_output_products" colspan="4" invisible="1"/>
</page>
</xpath>
</data>