X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fbase_calendar%2Fbase_calendar.py;h=bb432aa4d61b675ddaf7c951d47f8daae1a8021d;hb=46718679f3ba1d7a88ecd448e36fa64430ff09a1;hp=f52fcbf99f9c29ca7a0135bbe086b4af35e2e247;hpb=530b946b32ccc64f342605ca6ca10c4610f0b65d;p=odoo%2Fodoo.git diff --git a/addons/base_calendar/base_calendar.py b/addons/base_calendar/base_calendar.py index f52fcbf..bb432aa 100644 --- a/addons/base_calendar/base_calendar.py +++ b/addons/base_calendar/base_calendar.py @@ -1151,7 +1151,7 @@ rule or repeating pattern of time to exclude from the recurring rule."), context = {} result = [] - for data in super(calendar_event, self).read(cr, uid, select, ['rrule', 'exdate', 'exrule'], context=context): + for data in super(calendar_event, self).read(cr, uid, select, ['rrule', 'exdate', 'exrule', 'date'], context=context): if not data['rrule']: result.append(data['id']) continue