Files
tradon/modules/trade_finance/view/trade_finance_presentation_form.xml
2026-05-28 22:31:06 +02:00

37 lines
1.4 KiB
XML

<form col="6">
<group id="header" col="6" colspan="6">
<label name="trade_finance"/>
<field name="trade_finance" colspan="3"/>
<label name="state"/>
<field name="state"/>
<label name="sequence"/>
<field name="sequence"/>
<label name="presentation_date"/>
<field name="presentation_date"/>
<label name="presentation_type"/>
<field name="presentation_type"/>
<label name="finance_stage"/>
<field name="finance_stage"/>
<label name="financing_type"/>
<field name="financing_type"/>
<label name="origin"/>
<field name="origin" colspan="3"/>
<label name="previous_presentation"/>
<field name="previous_presentation"/>
<label name="exposure_amount"/>
<field name="exposure_amount"/>
<label name="description"/>
<field name="description" colspan="5"/>
</group>
<notebook colspan="6">
<page string="Movement Lines" id="lines">
<field name="lines" colspan="6"
view_ids="trade_finance.trade_finance_presentation_line_view_tree,trade_finance.trade_finance_presentation_line_view_form"/>
</page>
</notebook>
<group id="buttons" col="2" colspan="6">
<button name="post" icon="tryton-ok"/>
<button name="cancel" icon="tryton-cancel"/>
</group>
</form>