trytond-product_cost_plan/view/cost_plan_list.xml

11 lines
330 B
XML
Raw Normal View History

2013-10-17 10:59:15 +02:00
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
2018-04-25 15:44:48 +02:00
<tree>
2014-02-18 19:04:03 +01:00
<field name="number"/>
<field name="name"/>
<field name="product" tree_invisible="1"/>
2013-10-17 10:59:15 +02:00
<field name="bom"/>
<field name="active" tree_invisible="1"/>
2013-10-17 10:59:15 +02:00
</tree>