mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
18 lines
684 B
Python
18 lines
684 B
Python
# Copyright 2018 Alexandre Díaz <dev@redneboa.es>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import channel_binding
|
|
from . import channel_backend
|
|
from . import hotel_room_type
|
|
from . import product_pricelist
|
|
from . import product_pricelist_item
|
|
from . import hotel_room_type_restriction
|
|
from . import hotel_room_type_restriction_item
|
|
from . import hotel_room_type_availability
|
|
from . import hotel_reservation
|
|
from . import inherited_hotel_folio
|
|
from . import channel_ota_info
|
|
from . import hotel_channel_connector_issue
|
|
from . import inherited_hotel_board_service_room_type
|
|
from . import inherited_hotel_room_type_class
|
|
from . import inherited_hotel_room |