From 2529a7ee8873aee91454da5d274b832588d3f93b Mon Sep 17 00:00:00 2001 From: Dario Lodeiros Date: Mon, 17 Dec 2018 11:18:23 +0100 Subject: [PATCH] [ADD] Demo date board services --- hotel/data/hotel_demo.xml | 91 +++++++++++++++++++++++++++++++++------ 1 file changed, 78 insertions(+), 13 deletions(-) diff --git a/hotel/data/hotel_demo.xml b/hotel/data/hotel_demo.xml index ee34db3c8..042b7d0b9 100644 --- a/hotel/data/hotel_demo.xml +++ b/hotel/data/hotel_demo.xml @@ -235,24 +235,90 @@ BreakFast - - 0 + + fixed Half Board - - 10 + + fixed FullBoard - - 10 + + fixed + + + + + + + + + + fixed + + + + + + fixed + + + + + + + fixed + + + + + + + + fixed + + + + + + fixed @@ -280,7 +346,7 @@ 'checkout': (DateTime.today() + timedelta(days=2)).strftime('%Y-%m-%d'), 'adults': 2, 'state': 'confirm', - 'board_service_id': ref('hotel_board_service_1'), + 'board_service_room_id': ref('hotel_board_service_room_1'), })]"/> @@ -292,7 +358,7 @@ 'checkin': (DateTime.today() + timedelta(days=2)).strftime('%Y-%m-%d'), 'checkout': (DateTime.today() + timedelta(days=4)).strftime('%Y-%m-%d'), 'adults': 3, - 'board_service_id': ref('hotel_board_service_2'), + 'board_service_room_id': ref('hotel_board_service_room_3'), })]"/> @@ -329,7 +395,6 @@ 'checkout': (DateTime.today() + timedelta(days=4)).strftime('%Y-%m-%d'), 'adults': 1, 'state': 'confirm', - 'board_service_id': ref('hotel_board_service_1'), })]"/>