From ffad7069d101e7dd8f409569038e619833c3a7fb Mon Sep 17 00:00:00 2001 From: Dario Lodeiros Date: Fri, 10 May 2019 12:44:59 +0200 Subject: [PATCH] [FIX] Readonly reservation lines date and wubook price --- hotel/views/hotel_reservation_views.xml | 2 +- .../views/inherited_hotel_reservation_views.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hotel/views/hotel_reservation_views.xml b/hotel/views/hotel_reservation_views.xml index 2334cddf0..0e0b223ed 100644 --- a/hotel/views/hotel_reservation_views.xml +++ b/hotel/views/hotel_reservation_views.xml @@ -294,7 +294,7 @@ type="action" icon="fa-bolt"/> - + {'readonly': [('is_from_ota','=',True),('able_to_modify_channel','=',False)]} - + {'readonly': [('is_from_ota','=',True),('able_to_modify_channel','=',False)]} + True