[IMP]import_google:Improve Gmail id and return value

bzr revid: dbr@tinyerp.com-20110616050329-vp5t4u2hj2s6ek9f
This commit is contained in:
DBR (OpenERP) 2011-06-16 10:33:29 +05:30
parent 07b29a2c6f
commit dbea57b580
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
I create a record for the gmail account for which I want to import the contacts.
-
!record {model: google.login, id: google_login_id0}:
user: testmail.openerp
user: testmail.openerp@gmail.com
password: openerptiny
- |
I login into that account.

View File

@ -163,7 +163,7 @@ class synchronize_google(osv.osv_memory):
imp = google_import(self, cr, uid,'import_google' , "synchronize_google", gmail_user, context)
imp.set_table_list(tables)
imp.start()
return context
return {}
synchronize_google()