diff --git a/hotel/__manifest__.py b/hotel/__manifest__.py index 23eda4660..56728c424 100644 --- a/hotel/__manifest__.py +++ b/hotel/__manifest__.py @@ -17,7 +17,7 @@ 'account_payment_return', ], 'license': "AGPL-3", - 'demo': ['data/hotel_data.xml'], + 'demo': ['data/hotel_demo.xml'], 'data': [ 'security/hotel_security.xml', 'security/ir.model.access.csv', diff --git a/hotel/data/hotel_data.xml b/hotel/data/hotel_data.xml deleted file mode 100644 index 51343aa87..000000000 --- a/hotel/data/hotel_data.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - First Floor - - - Second Floor - - - - - - Beds - - - Connectivity - - - Extra - - - - - - Twin Beds - - - - Double Beds - - - - Extra Bed - - - - 4G - - - - - - - - Economic - ECO - 15.00 - - - Single - SNG - 20.00 - - - Double - DBL - 25.00 - - - Triple - TRP - 35.00 - - - - - - Economic-101 - - - 15.00 - 1 - - - Single-101 - - - 20.00 - 2 - - - Single-102 - - - 20.00 - 2 - - - Single-103 - - - 20.00 - 2 - - - Double-201 - - - 25.00 - 2 - - - Double-202 - - - 25.00 - 2 - - - Triple-203 - - - 25.00 - 3 - - - - diff --git a/hotel/data/hotel_demo.xml b/hotel/data/hotel_demo.xml new file mode 100644 index 000000000..f2a03e493 --- /dev/null +++ b/hotel/data/hotel_demo.xml @@ -0,0 +1,265 @@ + + + + + + + + Ground Floor + + + First Floor + + + Second Floor + + + + + + Toiletries + + + Connectivity + + + Kitchen facilities + + + + + + Shampoo and Soap + + + + High-quality Shampoo and Soap Essential Herbs + + + + Hair Dryer + + + + High speed Wired Internet access + + + + Wi-Fi + + + + Microwave oven + + + + Half-sized Refrigerator + + + + + + + + + Room + + + Conference + + + + + + Economic + ECO + 21.00 + + + + + + Single + SNG + 20.00 + + + + + Double + DBL + 25.00 + + + + + Triple + TRP + 35.00 + + + + + + Conference Room + CFR + 80.00 + + + + + + + + Economic-101 + + + 2 + + + Single-101 + + + 1 + + + Single-102 + + + 1 + + + Single-103 + + + 1 + + + Double-201 + + + 2 + + + Double-202 + + + 2 + + + Triple-203 + + + 3 + + + Open Talk Away Room + + + 1 + + + + + + Breakfast Buffet + 5.0 + service + False + True + True + True + + + + Extra Bed + 15.0 + service + False + True + False + True + 1 + + + + Late Check-out + 10.0 + service + False + True + False + False + + + + + + + + + + + + + + + + + + + + + + + + + + + + +