mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Merge pull request #207 from Eficent/9.0-bi_sql_editor-fix-ir_cron
[9.0][bi_sql_editor] default number of calls of ir.cron to -1 by default.
This commit is contained in:
@@ -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],))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user