mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
* [IMP] Allow change adults resizing reservation on calendar * [IMP] Board Services * [WIP] Board Service * [IMP] Calendar Buttons & Default Options * [WIP] Availability * [WIP] Availability * [WIP] Availability * [IMP] Calendar buttons
16 lines
616 B
Python
16 lines
616 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
|