trytond-stock_lot_jreport/view/lot_tree.xml
Jes?s Mart?n (NaN?tic) jesus 8213e09e8d Initial release
2016-05-12 12:26:18 +02:00

11 lines
355 B
XML

<?xml version="1.0"?>
<!-- This file is part of stock_lot_jreport 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='product']" position="after">
<field name="lag_quantity"/>
<field name="warehouse"/>
</xpath>
</data>