bi_sql_editor: default number of calls of ir.cron to -1 by default.

This commit is contained in:
Jordi Ballester Alomar
2018-04-13 16:23:43 +02:00
parent ab19a6f5a4
commit f4d819ea6f

View File

@@ -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],))
}