mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
17 lines
645 B
Python
17 lines
645 B
Python
# Copyright 2018 Alexandre Díaz <dev@redneboa.es>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
from . import hotel_calendar
|
|
from . import bus_hotel_calendar
|
|
from . import hotel_calendar_management
|
|
from . import inherited_hotel_reservation
|
|
from . import inherited_res_users
|
|
# from . import inherited_hotel_room
|
|
# from . import inherited_hotel_room_type
|
|
from . import inherited_hotel_room_type_restriction_item
|
|
from . import inherited_product_pricelist
|
|
from . import inherited_product_pricelist_item
|
|
from . import inherited_hotel_folio
|
|
from . import ir_actions_act_window_view
|
|
from . import ir_ui_view
|
|
from . import res_config
|