openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #05682
[Merge] lp:~openerp-dev/openobject-addons/trunk-bug-747776-jam into lp:openobject-addons
Jigar Amin - OpenERP has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-747776-jam into lp:openobject-addons.
Requested reviews:
Bhumika (OpenERP) (sbh-openerp)
Related bugs:
Bug #747776 in OpenERP Addons: "[6.02] error opening crm categories"
https://bugs.launchpad.net/openobject-addons/+bug/747776
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-747776-jam/+merge/58284
hello,
Changes with Merge proposal,
Bug #747776: [6.02] error opening crm categories Remove
Kindly review this
Thank You
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-747776-jam/+merge/58284
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-747776-jam.
=== modified file 'crm/crm.py'
--- crm/crm.py 2011-03-04 12:53:34 +0000
+++ crm/crm.py 2011-04-19 12:14:05 +0000
@@ -666,7 +666,8 @@
"""
if context is None:
context = {}
-
+ if not isinstance(ids, list) :
+ ids = [ids]
res = []
if not ids:
return res
Follow ups