[CLEAN] remove unnecessary line

bzr revid: tfr@openerp.com-20111019090515-vpjmrqwpa6esywk7
This commit is contained in:
tfr@openerp.com 2011-10-19 11:05:15 +02:00
parent 26d75a2988
commit cc913c4a54
1 changed files with 0 additions and 1 deletions

View File

@ -1396,7 +1396,6 @@ rule or repeating pattern of time to exclude from the recurring rule."),
if fields and 'duration' not in fields:
fields.append('duration')
real_data = {}
real_data = super(calendar_event, self).read(cr, uid,
[real_id for base_calendar_id, real_id in select],
fields=fields, context=context, load=load)