trytond-quality_control/view/quality_quantitative_test_l...

36 lines
1.2 KiB
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="test"/>
<field name="test" colspan="3"/>
<label name="name"/>
<field name="name" colspan="3"/>
<label name="proof"/>
<field name="proof"/>
<label name="method"/>
<field name="method"/>
<separator string="Range" colspan="4" id="range_separator"/>
<group colspan="4" col="6" id="range">
<label name="unit_range"/>
<field name="unit_range"/>
<label name="min_value"/>
<field name="min_value"/>
<label name="max_value"/>
<field name="max_value"/>
</group>
<separator string="Test Value" colspan="4" id="test_value"/>
<group col="6" colspan="4" id="value">
<label name="value"/>
<field name="value"/>
<label name="unit"/>
<field name="unit"/>
<label name="success"/>
<field name="success"/>
</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>