Merge lp:~openerp-dev/openobject-addons/trunk-bug-1024627-nco into lp:openobject-addons

Proposed by Nimesh Contractor(Open ERP)
Status: Rejected
Rejected by: Antony Lesuisse (OpenERP)
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1024627-nco
Merge into: lp:openobject-addons
Diff against target: 29 lines (+3/-3)
2 files modified
google_base_account/wizard/google_login.py (+2/-2)
import_google/wizard/import_google.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1024627-nco
Reviewer Review Type Date Requested Status
Atul Patel(OpenERP) (community) Approve
Review via email: mp+122798@code.launchpad.net

Description of the change

Hello,

     Fix the issue of importing google calender.

Thanks,
 NCO.

To post a comment you must log in.
Revision history for this message
Atul Patel(OpenERP) (atp-openerp) :
review: Approve
Revision history for this message
Antony Lesuisse (OpenERP) (al-openerp) wrote :

Module moved to openerp-extra
https://code.launchpad.net/openerp-extra

Unmerged revisions

7355. By Nimesh Contractor(Open ERP)

[FIX] fix the issue of importing google calender.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'google_base_account/wizard/google_login.py'
--- google_base_account/wizard/google_login.py 2012-08-07 11:31:37 +0000
+++ google_base_account/wizard/google_login.py 2012-09-05 06:45:29 +0000
@@ -41,10 +41,10 @@
41 gd_client = gdata.contacts.client.ContactsClient(source='OpenERP')41 gd_client = gdata.contacts.client.ContactsClient(source='OpenERP')
42 if type == 'contact':42 if type == 'contact':
43 gd_client = gdata.contacts.service.ContactsService()43 gd_client = gdata.contacts.service.ContactsService()
44 if type =='docs_client':
45 gd_client = gdata.docs.client.DocsClient()
44 if type == 'calendar':46 if type == 'calendar':
45 gd_client = gdata.calendar.service.CalendarService()47 gd_client = gdata.calendar.service.CalendarService()
46 if type =='docs_client':
47 gd_client = gdata.docs.client.DocsClient()
48 else:48 else:
49 gd_client = gdata.contacts.service.ContactsService()49 gd_client = gdata.contacts.service.ContactsService()
50 try:50 try:
5151
=== modified file 'import_google/wizard/import_google.py'
--- import_google/wizard/import_google.py 2012-07-06 12:43:14 +0000
+++ import_google/wizard/import_google.py 2012-09-05 06:45:29 +0000
@@ -255,7 +255,7 @@
255 'email_from': 'Email',255 'email_from': 'Email',
256 'date': 'DateStart',256 'date': 'DateStart',
257 'date_deadline': 'DateEnd',257 'date_deadline': 'DateEnd',
258 'categ_id/id': call(self.get_event_category, value('Category')),258 'categ_ids/id': call(self.get_event_category, value('Category')),
259 'recurrency': self.get_rec,259 'recurrency': self.get_rec,
260 'end_date' : 'end_date',260 'end_date' : 'end_date',
261 'end_type' : 'end_type',261 'end_type' : 'end_type',

Subscribers

People subscribed via source and target branches

to all changes: