bemade-addons/caldav_sync/models/__init__.py
Marc Durepos df5fc408de caldav_sync: v0.8.0 - disable notifications when polling server
- Disable sending of notification emails when events are created or updated
  in Odoo during a CalDAV server synchronization.
- General code cleanup with improved type hints.
2025-06-10 10:07:47 -04:00

5 lines
143 B
Python

# -*- coding: utf-8 -*-
from . import calendar_event
from . import res_users
from . import calendar_recurrence
from . import calendar_attendee