Skip to content
Snippets Groups Projects
Commit d2341bb9 authored by Quentin De Paoli's avatar Quentin De Paoli
Browse files

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

bzr revid: qdp@tinyerp.com-20090205140023-4221a9wsws3o29se
parent f31e75a5
No related branches found
No related tags found
No related merge requests found
...@@ -1205,6 +1205,7 @@ ...@@ -1205,6 +1205,7 @@
<field eval="6" name="priority"/> <field eval="6" name="priority"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<tree color="grey:state=='cancel'" string="Moves"> <tree color="grey:state=='cancel'" string="Moves">
<field name="name"/>
<field name="product_id"/> <field name="product_id"/>
<field name="product_qty"/> <field name="product_qty"/>
<field name="product_uom" string="UOM"/> <field name="product_uom" string="UOM"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment