From 786e7814d177773cb01cb3e77f6f2e9c930196b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Wed, 9 Feb 2022 18:21:04 +0100 Subject: [PATCH] [DOC] add TODO --- models/calendar_event.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/calendar_event.py b/models/calendar_event.py index d2b81c1..8c2354c 100644 --- a/models/calendar_event.py +++ b/models/calendar_event.py @@ -45,7 +45,8 @@ PRIVACY_CONVERTER_O2B = { # TODO: manage attendee_ids, alarm_ids ? -# TODO: check if recurrency properly working +# TODO: check if recurrency properly working without exceptions +# TODO: manage exceptions in recurrencies class CalendarEvent(models.Model): _inherit = "calendar.event" -- GitLab