mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot: avoid partial invalidation
This commit is contained in:
parent
163fa6ca59
commit
ec88a68e8a
@ -457,7 +457,7 @@ class runbot_repo(models.Model):
|
||||
|
||||
def _commit(self):
|
||||
self.env.cr.commit()
|
||||
self.invalidate_cache()
|
||||
self.env.cache.invalidate()
|
||||
self.env.clear()
|
||||
|
||||
def _scheduler(self, host):
|
||||
|
Loading…
Reference in New Issue
Block a user