forked from Mapan/odoo17e
9 lines
219 B
Python
9 lines
219 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import appointment
|
|
from . import calendar
|
|
from . import calendar_view
|
|
from . import portal
|
|
from . import legacy
|