[FIX]base_calendar: Remove date field in EXTRAFIELDS for caldav synchronization.

bzr revid: atp@tinyerp.com-20120203124214-uvi4l4gep1y23ck1
This commit is contained in:
Atul Patel (OpenERP) 2012-02-03 18:12:14 +05:30
parent 6ae335382c
commit 96bde4a4a2
1 changed files with 1 additions and 1 deletions

View File

@ -1426,7 +1426,7 @@ rule or repeating pattern of time to exclude from the recurring rule."),
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)