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

10 lines
345 B
XML
Raw Normal View History

2020-05-19 09:15:44 +02:00
<?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>