LM header

This commit is contained in:
2026-06-08 14:04:52 +02:00
parent 74d1465470
commit d182b0eceb

View File

@@ -1,5 +1,8 @@
<form col="1">
<group col="14" col_widths="min-content,150px,min-content,150px,min-content,115px,min-content,135px,min-content,135px,min-content,100px,min-content,100px">
<form col="12"
col_widths="1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr">
<group id="lot_filters_summary" colspan="12" col="14" panel="summary"
xalign="0" yalign="0"
col_widths="min-content,150px,min-content,150px,min-content,110px,min-content,135px,min-content,135px,min-content,95px,min-content,95px">
<label name="asof"/>
<field name="asof"/>
@@ -21,7 +24,11 @@
<label name="wh"/>
<field name="wh"/>
</group>
<group col="8" col_widths="min-content,1fr,min-content,1fr,min-content,1fr,min-content,1fr">
<group id="lot_filters_trade" string="Contracts &amp; Parties"
colspan="6" col="4" panel="card" icon="tryton-link"
xalign="0" yalign="0"
col_widths="min-content,1fr,min-content,1fr">
<label name="supplier"/>
<field name="supplier"/>
@@ -33,7 +40,12 @@
<label name="sale"/>
<field name="sale"/>
</group>
<group id="lot_filters_product" string="Product &amp; Logistics"
colspan="6" col="4" panel="card" icon="tryton-archive"
xalign="0" yalign="0"
col_widths="min-content,1fr,min-content,1fr">
<label name="product"/>
<field name="product"/>
@@ -46,4 +58,4 @@
<label name="origin"/>
<field name="origin"/>
</group>
</form>
</form>