From 7b67077808c62bf3ea53ac63f863156b419a8854 Mon Sep 17 00:00:00 2001 From: Pablo Date: Tue, 5 Mar 2019 13:33:11 +0100 Subject: [PATCH] [FIX] wrong refactoring --- hotel_calendar_channel_connector/views/actions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotel_calendar_channel_connector/views/actions.xml b/hotel_calendar_channel_connector/views/actions.xml index 1da90be3c..ee379e1f8 100644 --- a/hotel_calendar_channel_connector/views/actions.xml +++ b/hotel_calendar_channel_connector/views/actions.xml @@ -16,7 +16,7 @@ Channel Connector Issues hotel.channel.connector.issue tree,form - [('to_assign','=',True)] + [('to_read','=',True)]