Files
tradon/modules/purchase_trade/view/sale_line_form.xml
2026-04-01 21:40:32 +02:00

95 lines
3.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="Price composition" col="4" id="pc">
<field name="price_composition" view_ids="purchase_trade.price_composition_view_tree"/>
</page>
<page string="Lots" col="4" id="lots">
<field name="lots" view_ids="lot.lot_view_tree_sequence"/>
</page>
<page string="Fees" col="4" id="fees">
<field name="fees" view_ids="purchase_trade.fee_view_tree_sequence"/>
</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_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="Estimated dates" col="4" id="estimated">
<field name="estimated_date" />
</page>
</xpath>
</data>