Show product origin in trade main terms

This commit is contained in:
2026-07-28 10:39:37 +02:00
parent c5633bdeb8
commit dfbd8db2b8
2 changed files with 8 additions and 4 deletions

View File

@@ -74,14 +74,16 @@ this repository contains the full copyright notices and license terms. -->
<field name="to_location"/>
</group>
<group id="purchase_main_terms_payment"
colspan="1" col="8" xalign="0" yalign="0"
col_widths="min-content,1fr,min-content,1fr,min-content,1fr,min-content,1fr">
colspan="1" col="10" xalign="0" yalign="0"
col_widths="min-content,1fr,min-content,1fr,min-content,130px,min-content,1fr,min-content,1fr">
<label name="payment_term"/>
<field name="payment_term"/>
<label name="currency"/>
<field name="currency"/>
<label name="lc_date"/>
<field name="lc_date"/>
<label name="product_origin"/>
<field name="product_origin"/>
<label name="association"/>
<field name="association"/>
</group>

View File

@@ -76,14 +76,16 @@ this repository contains the full copyright notices and license terms. -->
<field name="to_location"/>
</group>
<group id="sale_main_terms_payment"
colspan="1" col="8" xalign="0" yalign="0"
col_widths="min-content,1fr,min-content,1fr,min-content,1fr,min-content,1fr">
colspan="1" col="10" xalign="0" yalign="0"
col_widths="min-content,1fr,min-content,1fr,min-content,130px,min-content,1fr,min-content,1fr">
<label name="payment_term"/>
<field name="payment_term"/>
<label name="currency"/>
<field name="currency"/>
<label name="lc_date"/>
<field name="lc_date"/>
<label name="product_origin"/>
<field name="product_origin"/>
<label name="association"/>
<field name="association"/>
</group>