Files
tradon/modules/trade_finance/view/trade_finance_form.xml
2026-06-02 14:53:07 +02:00

37 lines
1.3 KiB
XML

<form col="6">
<group id="header" col="6" colspan="6">
<label name="number"/>
<field name="number"/>
<label name="bank_reference"/>
<field name="bank_reference"/>
<label name="state"/>
<field name="state"/>
<label name="bank"/>
<field name="bank" colspan="3"/>
<label name="start_date"/>
<field name="start_date"/>
<label name="party"/>
<field name="party" colspan="3"/>
<label name="currency"/>
<field name="currency"/>
<label name="company"/>
<field name="company" colspan="3"/>
<label name="exposure_amount"/>
<field name="exposure_amount"/>
<label name="description"/>
<field name="description" colspan="5"/>
</group>
<notebook colspan="6">
<page string="Presentations" id="presentations">
<field name="presentations" colspan="6"
view_ids="trade_finance.trade_finance_presentation_view_tree,trade_finance.trade_finance_presentation_view_form"/>
</page>
</notebook>
<group id="buttons" col="4" colspan="6">
<button name="activate" icon="tryton-forward"/>
<button name="close" icon="tryton-ok"/>
<button name="cancel" icon="tryton-cancel"/>
<button name="draft" icon="tryton-back"/>
</group>
</form>