Fix reporting context XML compatibility
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<form col="12">
|
||||
<group id="common_filters" string="Common filters"
|
||||
colspan="12" col="8" panel="summary">
|
||||
<group id="common_filters" string="Common filters" colspan="12" col="8">
|
||||
<label name="valuation_date"/>
|
||||
<field name="valuation_date"/>
|
||||
<label name="commodity"/>
|
||||
@@ -18,8 +17,7 @@
|
||||
<label name="direction"/>
|
||||
<field name="direction"/>
|
||||
</group>
|
||||
<group id="purchase_filters" string="Purchase side"
|
||||
colspan="6" col="4" panel="card">
|
||||
<group id="purchase_filters" string="Purchase side" colspan="6" col="4">
|
||||
<label name="purchase_period_mode"/>
|
||||
<field name="purchase_period_mode"/>
|
||||
<label name="purchase_period"/>
|
||||
@@ -29,8 +27,7 @@
|
||||
<label name="purchase_period_to"/>
|
||||
<field name="purchase_period_to"/>
|
||||
</group>
|
||||
<group id="sale_filters" string="Sale side"
|
||||
colspan="6" col="4" panel="card">
|
||||
<group id="sale_filters" string="Sale side" colspan="6" col="4">
|
||||
<label name="sale_period_mode"/>
|
||||
<field name="sale_period_mode"/>
|
||||
<label name="sale_period"/>
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<form col="12">
|
||||
<group id="main_filters" string="Output filters"
|
||||
colspan="12" col="8" panel="summary">
|
||||
<group id="main_filters" string="Output filters" colspan="12" col="8">
|
||||
<label name="open_position_date"/>
|
||||
<field name="open_position_date"/>
|
||||
<label name="section"/>
|
||||
@@ -18,15 +17,13 @@
|
||||
<label name="unit"/>
|
||||
<field name="unit"/>
|
||||
</group>
|
||||
<group id="period_filters" string="Periods"
|
||||
colspan="6" col="4" panel="card">
|
||||
<group id="period_filters" string="Periods" colspan="6" col="4">
|
||||
<label name="delivery_period_from"/>
|
||||
<field name="delivery_period_from"/>
|
||||
<label name="delivery_period_to"/>
|
||||
<field name="delivery_period_to"/>
|
||||
</group>
|
||||
<group id="party_filters" string="Book & parties"
|
||||
colspan="6" col="4" panel="card">
|
||||
<group id="party_filters" string="Book & parties" colspan="6" col="4">
|
||||
<label name="trader"/>
|
||||
<field name="trader"/>
|
||||
<label name="strategy"/>
|
||||
|
||||
Reference in New Issue
Block a user