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
7 lines
308 B
Python
7 lines
308 B
Python
# Copyright 2018-2019 Alexandre Díaz <dev@redneboa.es>
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
from . import inherited_hotel_reservation
|
|
from . import inherited_bus_hotel_calendar
|
|
from . import inherited_hotel_calendar_management
|
|
from . import inherited_hotel_room_type_availability
|