trytond-product_qty/view/template_qty_tree.xml

15 lines
512 B
XML
Raw Normal View History

2015-03-25 13:57:34 +01:00
<?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>
2015-03-25 13:57:34 +01:00
<field name="name"/>
<field name="list_price"/>
<field name="cost_price"/>
<field name="type"/>
<field name="default_uom"/>
<field name="quantity"/>
<field name="forecast_quantity"/>
<field name="active" tree_invisible="1"/>
<field name="categories" tree_invisible="1"/>
2015-03-25 13:57:34 +01:00
</tree>