113 lines
4.6 KiB
XML
Executable File
113 lines
4.6 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/notebook/page[@id='general']/field[@name='unit']" position="after">
|
|
<newline/>
|
|
<label name="quantity_theorical"/>
|
|
<field name="quantity_theorical"/>
|
|
<label name="finished"/>
|
|
<field name="finished"/>
|
|
<newline/>
|
|
<label name="price_type"/>
|
|
<field name="price_type"/>
|
|
<label name="enable_linked_currency"/>
|
|
<field name="enable_linked_currency"/>
|
|
<newline/>
|
|
<label name="linked_currency"/>
|
|
<field name="linked_currency"/>
|
|
<label name="linked_unit"/>
|
|
<field name="linked_unit"/>
|
|
<newline/>
|
|
<label name="linked_price"/>
|
|
<field name="linked_price"/>
|
|
<label name="premium"/>
|
|
<field name="premium"/>
|
|
<newline/>
|
|
</xpath>
|
|
<xpath expr="/form/notebook/page[@id='general']/field[@name='amount']" position="after">
|
|
<newline/>
|
|
<label name="progress"/>
|
|
<field name="progress" widget="progressbar"/>
|
|
<newline/>
|
|
<label name="inherit_tol"/>
|
|
<field name="inherit_tol"/>
|
|
<newline/>
|
|
<label name="tol_min"/>
|
|
<field name="tol_min"/>
|
|
<label name="tol_min_v"/>
|
|
<field name="tol_min_v"/>
|
|
<newline/>
|
|
<label name="tol_max"/>
|
|
<field name="tol_max"/>
|
|
<label name="tol_max_v"/>
|
|
<field name="tol_max_v"/>
|
|
<newline/>
|
|
<label name="tol_min_qt"/>
|
|
<field name="tol_min_qt"/>
|
|
<newline/>
|
|
<label name="tol_max_qt"/>
|
|
<field name="tol_max_qt"/>
|
|
<newline/>
|
|
<label name="inherit_cer"/>
|
|
<field name="inherit_cer"/>
|
|
<label name="certif"/>
|
|
<field name="certif"/>
|
|
</xpath>
|
|
<xpath expr="/form/notebook/page[@id='taxes']" position="before">
|
|
<page string="Concentrate" col="4" id="co">
|
|
<notebook colspan="4">
|
|
<page string="Assays" col="4" id="as">
|
|
<field name="assays" mode="tree,form" view_ids="purchase_trade.assay_view_tree,purchase_trade.assay_view_form"/>
|
|
</page>
|
|
<page string="Term" col="4" id="te">
|
|
<label name="term"/>
|
|
<field name="term"/>
|
|
<newline/>
|
|
<label name="update_pricing"/>
|
|
<field name="update_pricing"/>
|
|
<label name="assay_state"/>
|
|
<field name="assay_state"/>
|
|
<newline/>
|
|
<field name="terms" colspan="4" mode="tree,form" view_ids="purchase_trade.concentrate_view_tree,purchase_trade.concentrate_view_form"/>
|
|
</page>
|
|
</notebook>
|
|
</page>
|
|
<page string="Lots" col="4" id="lots">
|
|
<field name="lots" mode="tree,form" view_ids="lot.lot_view_tree_sequence,lot.lot_view_form"/>
|
|
</page>
|
|
<page string="Fees" col="4" id="fees">
|
|
<field name="fees" colspan="4" mode="tree,mode" view_ids="purchase_trade.fee_view_tree_sequence,purchase_trade.fee_view_form"/>
|
|
</page>
|
|
<page string="Mtm" col="4" id="mtm">
|
|
<field name="mtm" colspan="4"/>
|
|
</page>
|
|
<page string="Derivatives" col="4" id="der">
|
|
<field name="derivatives" colspan="4"/>
|
|
</page>
|
|
<page string="Pricing" col="4" id="pricing">
|
|
<notebook colspan="4">
|
|
<page string="Components" col="4" id="components">
|
|
<field name="price_components" mode="tree,form" view_ids="purchase_trade.component_view_tree_sequence,purchase_trade.component_view_form"/>
|
|
</page>
|
|
<page string="Pricing dates" col="4" id="pricing_date">
|
|
<field name="price_pricing" />
|
|
</page>
|
|
<page string="Summary" col="4" id="summary">
|
|
<field name="price_summary" />
|
|
</page>
|
|
<page string="Report" col="4" id="report">
|
|
<label name="pricing_rule" />
|
|
<field name="pricing_rule" />
|
|
</page>
|
|
</notebook>
|
|
</page>
|
|
<page string="Estimated dates" col="4" id="estimated">
|
|
<field name="estimated_date" />
|
|
</page>
|
|
<page string="Optionals Scenarios" col="4" id="opt">
|
|
<field name="optional" />
|
|
</page>
|
|
</xpath>
|
|
</data>
|