trytond-quality_control/view/quality_qualitative_test_li...

25 lines
778 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="test"/>
<field name="test" colspan="3"/>
<label name="name"/>
<field name="name"/>
<label name="success"/>
<field name="success"/>
<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"/>
<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>