trytond-sale_margin/view/sale_line_tree.xml

17 lines
485 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"/>
</xpath>
</data>