Jigar Amin  (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-902193-jam into 
lp:openobject-addons.

Requested reviews:
  Bhumika (OpenERP) (sbh-openerp)
Related bugs:
  Bug #902193 in OpenERP Addons: "opening task in web - error ?"
  https://bugs.launchpad.net/openobject-addons/+bug/902193

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-902193-jam/+merge/85830

Changes - Bug Fix :

 - Bug #902193 "opening task in web - error ?" Added Missing default dict,get 
param in case of miss in dict search.
  Test Case :
   - Install module project_caldav.
   - In Web-Client Goto Menu "Project/Project/Tasks"

Kindly review this.
Thank You.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-902193-jam/+merge/85830
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-902193-jam.
=== modified file 'base_calendar/base_calendar.py'
--- base_calendar/base_calendar.py	2011-12-11 21:33:48 +0000
+++ base_calendar/base_calendar.py	2011-12-15 11:05:37 +0000
@@ -1417,7 +1417,7 @@
             for groupname in groupby:
                 if re.get(groupname + "_count"):
                     del re[groupname + "_count"]
-            re.get('__context').update({'virtual_id' : virtual_id})
+            re.get('__context', {}).update({'virtual_id' : virtual_id})
         return res
 
     def read(self, cr, uid, ids, fields=None, context=None, load='_classic_read'):

_______________________________________________
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