Add name into plan's list and make invisible the product's column

This commit is contained in:
Guillem Barba 2015-05-28 10:48:53 +02:00
parent 9a8f5dc40c
commit dcd3de9d97
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
copyright notices and license terms. -->
<tree string="Product Cost Plan">
<field name="number"/>
<field name="product"/>
<field name="name"/>
<field name="product" tree_invisible="1"/>
<field name="bom"/>
<field name="active" tree_invisible="1"/>
</tree>