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
1=== modified file 'google_base_account/wizard/google_login.py'
2--- google_base_account/wizard/google_login.py 2012-08-07 11:31:37 +0000
3+++ google_base_account/wizard/google_login.py 2012-09-05 06:45:29 +0000
4@@ -41,10 +41,10 @@
5 gd_client = gdata.contacts.client.ContactsClient(source='OpenERP')
6 if type == 'contact':
7 gd_client = gdata.contacts.service.ContactsService()
8+ if type =='docs_client':
9+ gd_client = gdata.docs.client.DocsClient()
10 if type == 'calendar':
11 gd_client = gdata.calendar.service.CalendarService()
12- if type =='docs_client':
13- gd_client = gdata.docs.client.DocsClient()
14 else:
15 gd_client = gdata.contacts.service.ContactsService()
16 try:
17
18=== modified file 'import_google/wizard/import_google.py'
19--- import_google/wizard/import_google.py 2012-07-06 12:43:14 +0000
20+++ import_google/wizard/import_google.py 2012-09-05 06:45:29 +0000
21@@ -255,7 +255,7 @@
22 'email_from': 'Email',
23 'date': 'DateStart',
24 'date_deadline': 'DateEnd',
25- 'categ_id/id': call(self.get_event_category, value('Category')),
26+ 'categ_ids/id': call(self.get_event_category, value('Category')),
27 'recurrency': self.get_rec,
28 'end_date' : 'end_date',
29 'end_type' : 'end_type',

Subscribers

People subscribed via source and target branches

to all changes: