Fix Long and Short detail context view XML
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<form col="12"
|
||||
col_widths="1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr,1fr">
|
||||
<form col="12">
|
||||
<group id="detail_common_filters" string="Common filters"
|
||||
colspan="12" col="8" panel="summary"
|
||||
col_widths="min-content,1fr,min-content,1fr,min-content,1fr,min-content,1fr">
|
||||
colspan="12" col="8">
|
||||
<label name="valuation_date"/>
|
||||
<field name="valuation_date"/>
|
||||
<label name="commodity"/>
|
||||
@@ -23,8 +21,7 @@
|
||||
</group>
|
||||
|
||||
<group id="detail_status_filters" string="Lot & logistics"
|
||||
colspan="12" col="12" panel="card" icon="tryton-archive"
|
||||
col_widths="min-content,1fr,min-content,1fr,min-content,1fr,min-content,1fr,min-content,1fr,min-content,1fr">
|
||||
colspan="12" col="12">
|
||||
<label name="asof"/>
|
||||
<field name="asof"/>
|
||||
<label name="todate"/>
|
||||
@@ -53,8 +50,7 @@
|
||||
</group>
|
||||
|
||||
<group id="detail_purchase_filters" string="Purchase side"
|
||||
colspan="6" col="4" panel="card"
|
||||
col_widths="min-content,1fr,min-content,1fr">
|
||||
colspan="6" col="4">
|
||||
<label name="supplier"/>
|
||||
<field name="supplier"/>
|
||||
<label name="purchase"/>
|
||||
@@ -70,8 +66,7 @@
|
||||
</group>
|
||||
|
||||
<group id="detail_sale_filters" string="Sale side"
|
||||
colspan="6" col="4" panel="card"
|
||||
col_widths="min-content,1fr,min-content,1fr">
|
||||
colspan="6" col="4">
|
||||
<label name="client"/>
|
||||
<field name="client"/>
|
||||
<label name="sale"/>
|
||||
@@ -87,7 +82,7 @@
|
||||
</group>
|
||||
|
||||
<group id="detail_reference_filters" string="Reference"
|
||||
colspan="12" col="2" panel="card" icon="tryton-search">
|
||||
colspan="12" col="2">
|
||||
<label name="reference"/>
|
||||
<field name="reference"/>
|
||||
</group>
|
||||
|
||||
Reference in New Issue
Block a user