mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: fix error_log parse_log method
This commit is contained in:
parent
c837e7330c
commit
68892398cd
@ -157,7 +157,8 @@ class RunbotErrorLog(models.Model):
|
||||
|
||||
def _parse_logs(self):
|
||||
BuildError = self.env['runbot.build.error']
|
||||
return BuildError._parse_logs(self)
|
||||
ir_logs = self.env['ir.logging'].browse(self.ids)
|
||||
return BuildError._parse_logs(ir_logs)
|
||||
|
||||
def init(self):
|
||||
""" Create an SQL view for ir.logging """
|
||||
|
Loading…
Reference in New Issue
Block a user