[FIX] remove the calendar_name from default
authorNimesh (Open ERP) <nco@tinyerp.com>
Fri, 23 Dec 2011 13:17:11 +0000 (18:47 +0530)
committerNimesh (Open ERP) <nco@tinyerp.com>
Fri, 23 Dec 2011 13:17:11 +0000 (18:47 +0530)
bzr revid: nco@tinyerp.com-20111223131711-bm4k490mg5lwa2v2

addons/import_google/wizard/import_google_data.py

index 776cb57..d87af3d 100644 (file)
@@ -107,7 +107,6 @@ class synchronize_google(osv.osv_memory):
     _defaults = {
         'create_partner': 'create_all',
         'group_name': 'all',
-        'calendar_name': 'all',
     }
 
     def import_google(self, cr, uid, ids, context=None):