Fix position exposure header layout
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<form col="12">
|
||||
<group id="main_filters" string="Output filters" colspan="12" col="8">
|
||||
<group id="main_filters" string="Output filters"
|
||||
colspan="12" col="8" panel="summary">
|
||||
<label name="open_position_date"/>
|
||||
<field name="open_position_date"/>
|
||||
<label name="section"/>
|
||||
@@ -17,13 +18,15 @@
|
||||
<label name="unit"/>
|
||||
<field name="unit"/>
|
||||
</group>
|
||||
<group id="period_filters" string="Periods" colspan="12" col="4">
|
||||
<group id="period_filters" string="Periods"
|
||||
colspan="6" col="4" panel="card">
|
||||
<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="12" col="6">
|
||||
<group id="party_filters" string="Book & parties"
|
||||
colspan="6" col="4" panel="card">
|
||||
<label name="trader"/>
|
||||
<field name="trader"/>
|
||||
<label name="strategy"/>
|
||||
|
||||
Reference in New Issue
Block a user