mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
20 lines
403 B
Python
20 lines
403 B
Python
# Copyright 2018 Alexandre Díaz
|
|
# Copyright 2018 Dario Lodeiros
|
|
# Copyright (c) 2021 Open Source Integrators
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import (
|
|
pms_stage,
|
|
pms_tag,
|
|
pms_team,
|
|
pms_room_type,
|
|
pms_amenity_type,
|
|
pms_room,
|
|
pms_amenity,
|
|
pms_service,
|
|
pms_property,
|
|
res_company,
|
|
res_config_settings,
|
|
res_partner,
|
|
)
|