[FIX] numbercall value set to -1

This commit is contained in:
Sylvain LE GAL
2018-08-01 10:48:50 +02:00
parent 59bb6d61bd
commit af546c5652

View File

@@ -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