Files
tradon/modules/trade_finance/view/facility_limit_form.xml
AzureAD\SylvainDUVERNAY 39278c4483 Trade Finance - Facility
2026-03-31 13:22:18 +02:00

43 lines
1.2 KiB
XML

<form col="6">
<label name="name"/>
<field name="name" colspan="2"/>
<label name="is_global"/>
<field name="is_global" colspan="2"/>
<label name="financing_type"/>
<field name="financing_type" colspan="2"/>
<label name="amount"/>
<field name="amount"/>
<label name="tenor"/>
<field name="tenor"/>
<label name="parent"/>
<field name="parent" colspan="2"/>
<label name="sequence"/>
<field name="sequence" colspan="2"/>
<notebook>
<page string="Sub-Limits">
<field name="children" colspan="6"/>
</page>
<page string="Haircuts">
<field name="haircuts" colspan="6"/>
</page>
<page string="Currencies">
<field name="currencies" colspan="6"/>
</page>
<page string="Costs">
<field name="costs" colspan="6"/>
</page>
<page string="Operational Statuses">
<field name="op_statuses" colspan="6"/>
</page>
<page string="Bank Accounts">
<field name="bank_accounts" colspan="6"/>
</page>
<page string="Constraints">
<field name="constraints" colspan="6"/>
</page>
</notebook>
</form>