Initial import from Docker volume

This commit is contained in:
root
2025-12-26 13:11:43 +00:00
commit 4998dc066a
13336 changed files with 1767801 additions and 0 deletions

View 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>