From f4d819ea6ffcf4af7b129d9c20e428ebe39c039d Mon Sep 17 00:00:00 2001 From: Jordi Ballester Alomar Date: Fri, 13 Apr 2018 16:23:43 +0200 Subject: [PATCH] bi_sql_editor: default number of calls of ir.cron to -1 by default. --- bi_sql_editor/models/bi_sql_view.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bi_sql_editor/models/bi_sql_view.py b/bi_sql_editor/models/bi_sql_view.py index bafa3d3e..72ac835c 100644 --- a/bi_sql_editor/models/bi_sql_view.py +++ b/bi_sql_editor/models/bi_sql_view.py @@ -294,6 +294,7 @@ class BiSQLView(models.Model): 'user_id': SUPERUSER_ID, 'model': 'bi.sql.view', 'function': 'button_refresh_materialized_view', + 'numbercall': -1, 'args': repr(([self.id],)) }