mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-20 03:32:09 +02:00
11 lines
348 B
Python
11 lines
348 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import res_config_settings
|
|
from . import google_sync
|
|
from . import calendar
|
|
from . import calendar_recurrence_rule
|
|
from . import res_users
|
|
from . import calendar_attendee
|
|
from . import google_credentials
|
|
from . import calendar_alarm_manager
|