Atul Patel(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-914276-atp into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-914276-atp/+merge/91427

Hello,

Fix synchronization problem for openerp calendar to sunbird/thunderbird.

for that remove date field from read method because that create problem when we 
read crm meeting data we didnot found date field and in create_ics file we 
didnot get date field so start date not found so we cannot be able to see 
meetings in sunbird/thundird bird.

Kindly review it.

Thanks
Atul
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-914276-atp/+merge/91427
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-914276-atp.
=== modified file 'base_calendar/base_calendar.py'
--- base_calendar/base_calendar.py	2012-01-03 13:32:46 +0000
+++ base_calendar/base_calendar.py	2012-02-03 12:48:21 +0000
@@ -1426,7 +1426,7 @@
             context = {}
         fields2 = fields and fields[:] or None
 
-        EXTRAFIELDS = ('class','user_id','date','duration')
+        EXTRAFIELDS = ('class','user_id','duration')
         for f in EXTRAFIELDS:
             if fields and (f not in fields):
                 fields2.append(f)

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to