[FIX]: base_calendar: Fixed read for displaying recurrent events

bzr revid: rpa@tinyerp.com-20101018072602-wofnzcx0zlhr85zy
This commit is contained in:
rpa (Open ERP) 2010-10-18 12:56:02 +05:30
parent ffb80419a0
commit 97068895b8
1 changed files with 3 additions and 0 deletions

View File

@ -1531,6 +1531,9 @@ true, it will allow you to hide the event alarm information without removing it.
result = []
if fields and 'date' not in fields:
fields.append('date')
if fields and 'duration' not in fields:
fields.append('duration')
for base_calendar_id, real_id in select:
#REVET: Revision ID: olt@tinyerp.com-20100924131709-cqsd1ut234ni6txn