[FIX]stock:err of attrs when select any field from group by in search view
authorKhushboo Bhatt (Open ERP) <kbh@tinyerp.com>
Wed, 3 Oct 2012 13:15:43 +0000 (18:45 +0530)
committerKhushboo Bhatt (Open ERP) <kbh@tinyerp.com>
Wed, 3 Oct 2012 13:15:43 +0000 (18:45 +0530)
bzr revid: kbh@tinyerp.com-20121003131543-01aszl4xgujw8sac

addons/stock/stock_view.xml

index f5320a9..f66f24a 100644 (file)
             <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"/>