[MERGE] removal of editable=top on stock.move tree view

bzr revid: qdp-launchpad@openerp.com-20130318135828-y5v17c731059ab7u
This commit is contained in:
Quentin (OpenERP) 2013-03-18 14:58:28 +01:00
commit 5cdc6aa4a1
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"/>