mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
Master Node keeps minimal information of Hotel rooms for managing reservation through the reservation wizard.
8 lines
216 B
Python
8 lines
216 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
from . import hotel_node
|
|
from . import hotel_node_user
|
|
from . import hotel_node_group
|
|
from . import hotel_node_room
|
|
from . import hotel_node_room_type
|