trytond-quality_control/view/quality_qualitative_test_li...

27 lines
868 B
XML
Raw Normal View History

2013-05-25 09:40:42 +02:00
<?xml version="1.0"?>
<!--The COPYRIGHT file at the top level of this repository
contains the full copyright notices and license terms. -->
<form string="Qualitative Test Line">
<group col="6" colspan="4" id="name">
<label name="name"/>
<field name="name"/>
<label name="test"/>
<field name="test"/>
</group>
<label name="method"/>
<field name="method"/>
<label name="proof"/>
<field name="proof"/>
<label name="test_value"/>
<field name="test_value"/>
<label name="value"/>
<field name="value"/>
<label name="success"/>
<field name="success"/>
<newline/>
<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>