Trade Finance

This commit is contained in:
AzureAD\SylvainDUVERNAY
2026-04-12 16:36:08 +02:00
parent b829b11791
commit 13d26ac41b
7 changed files with 76 additions and 19 deletions

View File

@@ -1,4 +1,6 @@
<tree>
<field name="constraint_type"/>
<field name="is_exclusion"/>
<field name="date_from"/>
<field name="date_to"/>
</tree>

View File

@@ -1,5 +1,8 @@
<tree>
<field name="currency"/>
<field name="valuation_method"/>
<field name="fx_haircut_formula"/>
<field name="fx_feeder"/>
<field name="date_from"/>
<field name="date_to"/>
</tree>

View File

@@ -3,7 +3,7 @@
<label name="name"/>
<field name="name" colspan="3"/>
<label name="status"/>
<field name="status"/>
<field name="status" widget="selection"/>
<label name="tfe"/>
<field name="tfe" colspan="3"/>
<label name="commitment_status"/>
@@ -30,20 +30,19 @@
<field name="description" colspan="5"/>
</group>
<notebook colspan="6">
<page string="Accepted Currencies" id="currencies">
<field name="currencies" colspan="6"/>
</page>
<page string="Limits" id="limits">
<field name="limits" colspan="6"
domain="[('parent', '=', None)]"
mode="tree"/>
domain="[('parent', '=', None)]"/>
</page>
<page string="Caps" id="caps">
<field name="caps" colspan="6"/>
<page string="Currencies" id="currencies">
<field name="currencies" colspan="6"/>
</page>
<page string="Constraints" id="constraints">
<field name="constraints" colspan="6"/>
</page>
<page string="Caps" id="caps">
<field name="caps" colspan="6"/>
</page>
<page string="Covenants" id="covenants">
<field name="covenants" colspan="6"/>
</page>

View File

@@ -1,4 +1,4 @@
<tree>
<tree expand="1">
<field name="name"/>
<field name="financing_type"/>
<field name="amount"/>