trytond-product_qty/view/product_qty_tree.xml

10 lines
347 B
XML

<?xml version="1.0"?>
<!-- This file is part product_qty module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<tree>
<field name="rec_name"/>
<field name="quantity"/>
<field name="forecast_quantity"/>
<field name="active" tree_invisible="1"/>
</tree>