trytond-quality_control/view/quality_qualitative_templat...

23 lines
734 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"/>
<label name="valid_value"/>
<field name="valid_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>