[FIX] remove the calendar_name from default

bzr revid: nco@tinyerp.com-20111223131711-bm4k490mg5lwa2v2
This commit is contained in:
Nimesh (Open ERP) 2011-12-23 18:47:11 +05:30
parent aa362f2001
commit dd68dfcab9
1 changed files with 0 additions and 1 deletions

View 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):