Josse Colpaert (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1105548-jco into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1105548-jco/+merge/146605

Change =? search operator for serial numbers to = in stock_view.xml
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1105548-jco/+merge/146605
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1105548-jco.
=== modified file 'stock/stock_view.xml'
--- stock/stock_view.xml	2012-12-14 16:07:36 +0000
+++ stock/stock_view.xml	2013-02-05 10:35:29 +0000
@@ -1263,7 +1263,7 @@
                             <div groups="stock.group_production_lot">
                                 <field name="prodlot_id"
                                     context="{'location_id':location_id, 'product_id':product_id}"
-                                    domain="[('product_id','=?',product_id)]" class="oe_inline"
+                                    domain="[('product_id','=',product_id)]" class="oe_inline"
                                     on_change="onchange_lot_id(prodlot_id,product_qty, location_id, product_id, product_uom)"/>
                                 <button name="%(track_line)d"
                                     states="draft,waiting,confirmed,assigned"
@@ -1337,7 +1337,7 @@
                                   <div>
                                         <field name="prodlot_id" groups="stock.group_production_lot"
                                             context="{'location_id':location_id, 'product_id':product_id}"
-                                            domain="[('product_id','=?',product_id)]"
+                                            domain="[('product_id','=',product_id)]"
                                             on_change="onchange_lot_id(prodlot_id,product_qty, location_id, product_id, product_uom)" class="oe_inline"/>
                                         <button name="%(track_line)d"
                                             groups="stock.group_tracking_lot"

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to