mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
9 lines
275 B
Python
9 lines
275 B
Python
# Copyright 2021 Jose Luis Algara
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import hr_employee
|
|
from . import pms_housekeeping_task_type
|
|
from . import pms_housekeeping_task
|
|
from . import pms_housekeeping_cancellation_type
|
|
from . import pms_room
|