Purchase form

This commit is contained in:
2026-07-24 16:41:59 +02:00
parent 12d9b046d2
commit da93139bcc

View File

@@ -59,24 +59,28 @@ this repository contains the full copyright notices and license terms. -->
<field name="certif"/>
</group>
<group id="purchase_commercial_terms_origin"
colspan="1" col="4" xalign="0" yalign="0"
col_widths="min-content,1fr,min-content,1fr">
colspan="1" col="6" xalign="0" yalign="0"
col_widths="min-content,1fr,min-content,90px,min-content,90px">
<label name="product_origin"/>
<field name="product_origin"/>
<label name="tolerance_option"/>
<field name="tolerance_option"/>
</group>
<group id="purchase_commercial_terms_tolerance"
colspan="1" col="6" xalign="0" yalign="0"
col_widths="min-content,90px,min-content,90px,min-content,1fr">
<label name="tolerance_option"/>
<field name="tolerance_option"/>
<label name="tol_min"/>
<field name="tol_min"/>
<label name="tol_max"/>
<field name="tol_max"/>
</group>
<group id="purchase_commercial_terms_tolerance_gauge"
colspan="1" col="2" xalign="0" yalign="0"
col_widths="min-content,1fr">
<label name="tolerance_used"/>
<field name="tolerance_used" widget="tolerance_gauge"
min_field="tolerance_min" max_field="tolerance_max"
width="190" xexpand="0" xfill="0"/>
width="280" xexpand="1" xfill="1"/>
</group>
</group>