[FIX]stock: list view for stock move shouldn't be editable

bzr revid: csn@openerp.com-20130318134343-1z5epusa17enpclt
This commit is contained in:
Cedric Snauwaert 2013-03-18 14:43:43 +01:00
parent 9485c49f4f
commit 25a6c8f9c4
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@
<field name="model">stock.move</field>
<field eval="8" name="priority"/>
<field name="arch" type="xml">
<tree colors="grey:state == 'cancel';red:(state not in ('cancel','done')) and date > current_date" string="Moves" editable="top">
<tree colors="grey:state == 'cancel';red:(state not in ('cancel','done')) and date > current_date" string="Moves">
<field name="name"/>
<field name="picking_id" string="Reference"/>
<field name="origin"/>