Files
tradon/modules/purchase_trade/view/purchase_form.xml
2026-03-25 19:29:32 +01:00

87 lines
3.4 KiB
XML
Executable File

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form/group/field[@name='currency']" position="after">
<newline/>
<label name="lc_date"/>
<field name="lc_date"/>
<label name="wb"/>
<field name="wb"/>
<newline/>
<label name="certif"/>
<field name="certif"/>
<newline/>
<label name="broker"/>
<field name="broker"/>
<label name="operator"/>
<field name="operator"/>
<newline/>
<label name="trader"/>
<field name="trader"/>
<label name="our_reference"/>
<field name="our_reference"/>
<newline/>
<label name="association"/>
<field name="association"/>
<label name="crop"/>
<field name="crop"/>
<newline/>
<label name="tol_min"/>
<field name="tol_min"/>
<label name="tol_max"/>
<field name="tol_max"/>
<newline/>
<label name="from_location"/>
<field name="from_location"/>
<label name="to_location"/>
<field name="to_location"/>
<newline/>
<label name="incoterm"/>
<field name="incoterm"/>
<label name="incoterm_location"/>
<field name="incoterm_location"/>
<newline/>
<label name="product_origin"/>
<field name="product_origin"/>
</xpath>
<xpath expr="/form/notebook/page[@id='purchase']" position="after">
<page string="Derivative" col="4" id="der">
<field name="derivatives" mode="tree" view_ids="purchase_trade.derivative_view_tree_sequence" height="450"/>
</page>
<page string="Pnl" col="4" >
<label name="group_pnl"/>
<field name="group_pnl" colspan="1"/>
<newline/>
<field name="pnl_" mode="tree,graph,graph" view_ids="purchase_trade.valuation_view_tree_sequence3,purchase_trade.valuation_view_graph,purchase_trade.valuation_view_graph2" height="450" colspan="4"/>
<field name="pnl" mode="tree" view_ids="purchase_trade.valuation_view_tree_sequence4" height="450" colspan="4"/>
</page>
<page string="Forex" col="4" id="fo">
<field name="forex" mode="tree" view_ids="purchase_trade.view_forex_cover_physical_contract_tree2"/>
</page>
<page string="Execution plan" col="4" id="ep">
<label name="plan" />
<field name="plan" />
<!-- <field name="plans" mode="tree,form" view_ids="purchase_trade.ep_view_list,purchase_trade.ep_view_form"/> -->
</page>
<page string="Estimated dates" col="4" id="estimated">
<field name="estimated_date" />
</page>
<page string="Required documents" id="rd">
<group col="2" id="dt">
<label name="doc_template"/>
<field name="doc_template"/>
</group>
<newline/>
<field name="required_documents" colspan="4"/>
</page>
<page string="Dimensions" id="di">
<field name="analytic_dimensions" colspan="4"/>
</page>
</xpath>
<xpath expr="/form/notebook/page[@id='info']/label[@name='invoice_party']" position="before">
<label name="bank_account"/>
<field name="bank_account"/>
</xpath>
</data>