Trade Finance - Facility
This commit is contained in:
42
modules/trade_finance/view/facility_limit_form.xml
Normal file
42
modules/trade_finance/view/facility_limit_form.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user