Somesh Khare(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.1-opw-572802-skh into 
lp:openobject-addons/6.1.

Requested reviews:
  Naresh(OpenERP) (nch-openerp)
Related bugs:
  Bug #955051 in OpenERP Addons: "Product search doesn't work correctly"
  https://bugs.launchpad.net/openobject-addons/+bug/955051

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-572802-skh/+merge/99910

Hello Sir,

[Fix]: On the stock move filter "Product" when you search the product the limit 
into the name_search() goes "None".
        Current Result : No move for the search product
        Expected Result: Should show all move for the Product

Kindly review the branch and please share your view on it,

Thanks
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-572802-skh/+merge/99910
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.1-opw-572802-skh.
=== modified file 'product/product.py'
--- product/product.py	2012-02-14 14:34:20 +0000
+++ product/product.py	2012-03-29 11:11:24 +0000
@@ -598,6 +598,8 @@
         return result
 
     def name_search(self, cr, user, name='', args=None, operator='ilike', context=None, limit=100):
+        if not limit:
+            limit = 100
         if not args:
             args = []
         if name:

_______________________________________________
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