132 lines
5.6 KiB
XML
Executable File
132 lines
5.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']/label[@name='quantity']" position="before">
|
|
<label name="quantity_theorical"/>
|
|
<field name="quantity_theorical"/>
|
|
<label name="finished"/>
|
|
<field name="finished"/>
|
|
<newline/>
|
|
</xpath>
|
|
<xpath expr="/form/notebook/page[@id='general']/field[@name='unit']" position="after">
|
|
<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="tolerance_used"/>
|
|
<field name="tolerance_used" widget="tolerance_gauge"
|
|
min_field="tolerance_min" max_field="tolerance_max"
|
|
width="180" xexpand="0" xfill="0" xalign="0"/>
|
|
<label name="targeted_qt"/>
|
|
<field name="targeted_qt" width="120" xexpand="0" xfill="0" xalign="0"/>
|
|
<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"/>
|
|
<field name="tolerance_min" invisible="1" colspan="4"/>
|
|
<field name="tolerance_max" invisible="1" colspan="4"/>
|
|
</xpath>
|
|
<xpath expr="/form/notebook/page[@id='general']" position="after">
|
|
<page string="Fees" col="4" id="fees">
|
|
<button name="apply_default_fees" icon="tryton-launch"/>
|
|
<field name="fees" colspan="4" view_ids="purchase_trade.fee_view_tree_sequence"/>
|
|
</page>
|
|
</xpath>
|
|
<xpath expr="/form/notebook/page[@id='commissions']" position="after">
|
|
<page string="Charter Conditions" id="charter_conditions">
|
|
<field name="charter_conditions" colspan="4" mode="tree,form" view_ids="purchase_trade.charter_condition_view_tree,purchase_trade.charter_condition_view_form"/>
|
|
</page>
|
|
</xpath>
|
|
<xpath expr="/form/notebook/page[@id='att']" position="replace"/>
|
|
<xpath expr="/form/notebook/page[@id='notes']" position="replace"/>
|
|
<xpath expr="/form/notebook/page[@id='taxes']" position="before">
|
|
<page string="Estimated dates" col="4" id="estimated">
|
|
<field name="estimated_date" />
|
|
</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_sequence2,purchase_trade.component_view_form2"/>
|
|
</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="Price composition" col="4" id="pc">
|
|
<field name="price_composition" view_ids="purchase_trade.price_composition_view_tree"/>
|
|
</page>
|
|
<page string="Premium composition" col="4" id="premium_composition">
|
|
<field name="premium_decomposition" colspan="4" mode="tree,form" view_ids="purchase_trade.premium_composition_view_tree,purchase_trade.premium_composition_view_form"/>
|
|
</page>
|
|
<page string="Mtm" col="4" id="mtm">
|
|
<field name="mtm" colspan="4"/>
|
|
</page>
|
|
</xpath>
|
|
<xpath expr="/form/notebook/page[@id='taxes']" position="replace"/>
|
|
<xpath expr="/form/notebook/page[@id='invoice']" position="after">
|
|
<page string="Taxes" id="taxes">
|
|
<field name="taxes" colspan="4"/>
|
|
</page>
|
|
<page string="Lots" col="4" id="lots">
|
|
<field name="lots" view_ids="lot.lot_view_tree_sequence"/>
|
|
</page>
|
|
<page string="Attributes" id="att">
|
|
<label name="attributes"/>
|
|
<field name="attributes"/>
|
|
</page>
|
|
<page string="Derivatives" col="4" id="der">
|
|
<field name="derivatives" colspan="4"/>
|
|
</page>
|
|
<page string="Notes" id="notes">
|
|
<separator name="note" colspan="4"/>
|
|
<field name="note" colspan="4"/>
|
|
</page>
|
|
</xpath>
|
|
</data>
|