summaryrefslogtreecommitdiff
path: root/addons/google_calendar/models/__init__.py
blob: 38e162235e9471e8b1ea4134e41669c1616762c6 (plain)
1
2
3
4
5
6
7
8
9
# -*- 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