trytond-quality_control/view/quality_quantitative_templa...

29 lines
988 B
XML

<?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. -->
<form>
<label name="template"/>
<field name="template" colspan="3"/>
<label name="name"/>
<field name="name"/>
<label name="active"/>
<field name="active"/>
<label name="proof"/>
<field name="proof"/>
<label name="method"/>
<field name="method"/>
<separator string="Range Values" colspan="4" id="range_values"/>
<group col="6" colspan="4" id="quantitative_values">
<label name="unit"/>
<field name="unit"/>
<label name="min_value"/>
<field name="min_value"/>
<label name="max_value"/>
<field name="max_value"/>
</group>
<separator name="external_description" colspan="2"/>
<separator name="internal_description" colspan="2"/>
<field name="external_description" colspan="2"/>
<field name="internal_description" colspan="2"/>
</form>