Risk Management - Physical Open Position
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<form>
|
||||
<label name="valuation_date"/>
|
||||
<field name="valuation_date"/>
|
||||
<label name="commodity"/>
|
||||
<field name="commodity"/>
|
||||
<label name="product"/>
|
||||
<field name="product"/>
|
||||
<label name="pricing_status"/>
|
||||
<field name="pricing_status"/>
|
||||
<label name="shipment_period"/>
|
||||
<field name="shipment_period"/>
|
||||
<label name="strategy"/>
|
||||
<field name="strategy"/>
|
||||
<label name="counterparty"/>
|
||||
<field name="counterparty"/>
|
||||
<label name="direction"/>
|
||||
<field name="direction"/>
|
||||
</form>
|
||||
18
modules/purchase_trade/view/ctrm_open_position_list.xml
Normal file
18
modules/purchase_trade/view/ctrm_open_position_list.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<tree>
|
||||
<field name="product" width="180"/>
|
||||
<field name="commodity" width="130"/>
|
||||
<field name="pricing"
|
||||
widget="badge"
|
||||
badge_colors="fixed:#16a34a,unfixed:#f59e0b,partly:#fbbf24"/>
|
||||
<field name="shipment_period" width="110"/>
|
||||
<field name="strategy" width="120"/>
|
||||
<field name="bought" symbol="unit" sum="1"/>
|
||||
<field name="sold" symbol="unit" sum="1"/>
|
||||
<field name="net" symbol="unit" sum="1"/>
|
||||
<field name="direction"
|
||||
widget="badge"
|
||||
badge_colors="long:#16a34a,short:#ef4444,flat:#64748b"/>
|
||||
<field name="unit" optional="1"/>
|
||||
<field name="unfixed_qty" symbol="unit" optional="1" sum="1"/>
|
||||
<field name="open_contracts" optional="1" sum="1"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user