- 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.
5 lines
143 B
Python
5 lines
143 B
Python
# -*- coding: utf-8 -*-
|
|
from . import calendar_event
|
|
from . import res_users
|
|
from . import calendar_recurrence
|
|
from . import calendar_attendee
|