trytond-agronomics/view/production_template_form.xml

37 lines
1.1 KiB
XML
Raw Normal View History

2021-09-22 13:05:03 +02: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. -->
<form>
<label name="name"/>
<field name="name"/>
<newline/>
<group colspan="2" col="4" id="quantities">
2021-09-22 13:05:03 +02:00
<label name="quantity"/>
<field name="quantity"/>
<label name="uom"/>
<field name="uom"/>
</group>
<group colspan="2" col="2" id="pass_features">
<label name="pass_feature"/>
<field name="pass_feature"/>
<newline/>
<label name="pass_quality"/>
<field name="pass_quality"/>
<newline/>
<label name="pass_quality_sample"/>
<field name="pass_quality_sample"/>
<newline/>
<label name="pass_certification"/>
<field name="pass_certification"/>
2023-03-28 17:13:43 +02:00
<newline/>
<label name="transfer_wine_aging"/>
<field name="transfer_wine_aging"/>
</group>
2021-09-22 13:05:03 +02:00
<field name="inputs" colspan="2"/>
<field name="outputs" colspan="2"/>
<field name="enology_products" colspan="4"/>
<label name="cost_distribution_template"/>
<field name="cost_distribution_template"/>
<field name="cost_distribution_templates" colspan="4"/>
2021-09-22 13:05:03 +02:00
</form>