mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] numbercall value set to -1
This commit is contained in:
@@ -277,7 +277,8 @@ class BiSQLView(models.Model):
|
||||
'user_id': SUPERUSER_ID,
|
||||
'model': 'bi.sql.view',
|
||||
'function': 'cron_refresh_materialized_view',
|
||||
'args': repr(([self.id],))
|
||||
'numbercall': -1,
|
||||
'args': repr(([self.id],)),
|
||||
}
|
||||
|
||||
@api.multi
|
||||
|
||||
Reference in New Issue
Block a user