Initial import from Docker volume
This commit is contained in:
37
modules/purchase_trade/view/derivative_form.xml
Normal file
37
modules/purchase_trade/view/derivative_form.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0"?>
|
||||
<form col="4">
|
||||
<label name="trade_date"/>
|
||||
<field name="trade_date"/>
|
||||
<label name="maturity_date"/>
|
||||
<field name="maturity_date"/>
|
||||
<label name="product"/>
|
||||
<field name="product"/>
|
||||
<label name="direction"/>
|
||||
<field name="direction"/>
|
||||
<label name="efp"/>
|
||||
<field name="efp"/>
|
||||
<label name="party"/>
|
||||
<field name="party"/>
|
||||
<label name="price_index"/>
|
||||
<field name="price_index"/>
|
||||
<label name="nb_ct"/>
|
||||
<field name="nb_ct"/>
|
||||
<label name="price"/>
|
||||
<field name="price"/>
|
||||
<label name="exit_price"/>
|
||||
<field name="exit_price"/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity"/>
|
||||
<label name="open_qty"/>
|
||||
<field name="open_qty"/>
|
||||
<label name="alloc_qty"/>
|
||||
<field name="alloc_qty"/>
|
||||
<label name="amount"/>
|
||||
<field name="amount"/>
|
||||
<label name="state"/>
|
||||
<field name="state"/>
|
||||
<newline/>
|
||||
<field name ="matches_long" colspan="4" mode="tree" view_ids="purchase_trade.derivative_match_tree"/>
|
||||
<newline/>
|
||||
<field name ="matches_short" colspan="4" mode="tree" view_ids="purchase_trade.derivative_match_tree2"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user