[IMP]stock : added a priority in tree view

bzr revid: mma@tinyerp.com-20120829095227-lx41lxyhg3tbyu4w
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-08-29 15:22:27 +05:30
parent 99a105b699
commit 07ef966c5b
1 changed files with 1 additions and 0 deletions

View File

@ -1162,6 +1162,7 @@
<record id="view_move_picking_tree" model="ir.ui.view">
<field name="name">stock.move.tree</field>
<field name="model">stock.move</field>
<field eval="4" name="priority"/>
<field name="arch" type="xml">
<tree colors="grey:scrapped == True" string="Stock Moves">
<field name="product_id"/>