trytond-agronomics/view/production_form.xml

35 lines
1.4 KiB
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/page[@id='other']/field[@name='done_by']" position="after">
<label name="pass_quality"/>
<field name="pass_quality"/>
<label name="pass_quality_sample"/>
<field name="pass_quality_sample"/>
<label name="pass_certification"/>
<field name="pass_certification"/>
</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>
<page string="Cost Distribution" id="cost-distribution">
<label name="cost_distribution_template"/>
<field name="cost_distribution_template"/>
<newline/>
<field name="cost_distributions" colspan="4"/>
<field name="cost_distribution_templates" invisible="1"/>
</page>
</xpath>
</data>