From 47dbcd5146f0e4627156c76ffc4bbcef20115e09 Mon Sep 17 00:00:00 2001 From: Dario Lodeiros Date: Wed, 5 Jun 2019 17:47:50 +0200 Subject: [PATCH] [FIX] view assign reservation --- hotel_calendar_channel_connector/views/hotel_reservation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotel_calendar_channel_connector/views/hotel_reservation.xml b/hotel_calendar_channel_connector/views/hotel_reservation.xml index 220cb61cc..68f202f85 100644 --- a/hotel_calendar_channel_connector/views/hotel_reservation.xml +++ b/hotel_calendar_channel_connector/views/hotel_reservation.xml @@ -14,7 +14,7 @@ class="oe_stat_button" id="mark_readed" name="mark_as_readed" - attrs="{'invisible':[('to_read','=', False)]}" + attrs="{'invisible':[('to_assign','=', False)]}" help="Mark as Read" />