trytond-account_invoice_inf.../view/invoice_line_tree.xml
2014-07-02 02:15:24 +02:00

10 lines
375 B
XML

<?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="/tree/field[@name='amount']" position="after">
<field name="info_unit"/>
<field name="info_quantity"/>
<field name="info_unit_price"/>
</xpath>
</data>