trytond-account_invoice_lin.../view/invoice_line_stock_tree.xml

10 lines
345 B
XML

<?xml version="1.0"?>
<!-- This file is part of the account_invoice_line_origin 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='amount']" position="after">
<field name="origin_shipment"/>
</xpath>
</data>