trytond-sale_margin/view/sale_tree.xml

13 lines
402 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;untaxed_amount&quot;]"
position="after">
<field name="margin"/>
<field name="margin_percent" factor="100"/>
</xpath>
</data>