[WIP] Added Room Type and Rooms

Master Node keeps minimal information of Hotel rooms for managing reservation through the reservation wizard.
This commit is contained in:
Pablo Quesada Barriuso
2018-09-21 13:53:19 +02:00
parent a5ad202432
commit c777ee97e9
9 changed files with 170 additions and 17 deletions

View File

@@ -3,3 +3,5 @@
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