trytond-sale_margin/view/sale_line_tree_sequence.xml
2014-11-12 12:35:46 +01:00

18 lines
537 B
XML

<?xml version="1.0"?>
<!-- This file is part of sale_margin module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath
expr="/tree/field[@name=&quot;unit_price&quot;]"
position="before">
<field name="cost_price"/>
</xpath>
<xpath
expr="/tree/field[@name=&quot;amount&quot;]"
position="after">
<field name="margin"/>
<field name="margin_percent" factor="100"/>
</xpath>
</data>