Ashvin Rathod (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-856206-ara into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #856206 in OpenERP Addons: "issues with the wizard setup your invoicing 
method"
  https://bugs.launchpad.net/openobject-addons/+bug/856206

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-856206-ara/+merge/77117

Hello,

Fix: issues with the wizard setup your invoicing method

Thanks
ara
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-856206-ara/+merge/77117
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-856206-ara.
=== modified file 'sale/sale.py'
--- sale/sale.py	2011-09-24 11:25:29 +0000
+++ sale/sale.py	2011-09-27 08:43:26 +0000
@@ -1280,7 +1280,7 @@
             need_install = False
             module_ids = []
             for module in module_name:
-                data_id = module_obj.name_search(cr,uid,module)
+                data_id = module_obj.name_search(cr, uid , module, [], '=')
                 module_ids.append(data_id[0][0])
 
             for module in module_obj.browse(cr, uid, module_ids):

_______________________________________________
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