[IMP] added name field in stock.move.tree view

bzr revid: qdp@tinyerp.com-20090205140023-4221a9wsws3o29se
This commit is contained in:
qdp 2009-02-05 15:00:23 +01:00
parent f31e75a5e8
commit d2341bb9a6
1 changed files with 1 additions and 0 deletions

View File

@ -1205,6 +1205,7 @@
<field eval="6" name="priority"/>
<field name="arch" type="xml">
<tree color="grey:state=='cancel'" string="Moves">
<field name="name"/>
<field name="product_id"/>
<field name="product_qty"/>
<field name="product_uom" string="UOM"/>