From 8fc258dc634bcd69319128bf74a373193455d8df Mon Sep 17 00:00:00 2001 From: Dario Lodeiros Date: Fri, 10 May 2019 23:23:39 +0200 Subject: [PATCH] [ADD] Avoid create room from folio form --- hotel/views/hotel_reservation_views.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hotel/views/hotel_reservation_views.xml b/hotel/views/hotel_reservation_views.xml index 0e0b223ed..cafbe4e78 100644 --- a/hotel/views/hotel_reservation_views.xml +++ b/hotel/views/hotel_reservation_views.xml @@ -395,7 +395,7 @@ OverBooking!

+ options="{'no_create': True,'no_open': True}" style="margin-right: 30px;" /> @@ -463,7 +463,7 @@ 'exit_date': checkout,'reservation_id': id, 'hidden_checkin_partner': True, 'edit_checkin_partner': True }" attrs="{'invisible':['|','|', ('state','not in',('confirm','booking')),('checkin_partner_pending_count','=', 0),('parent_reservation','!=',False)]}" /> - +