mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[FIX] runbot: access ir.logging
as SUPERUSER
This commit is contained in:
parent
97abe6b764
commit
12d84fe1d7
@ -1160,7 +1160,7 @@ class RunbotController(http.Controller):
|
||||
'repo': build.repo_id,
|
||||
'build': self.build_info(build),
|
||||
'br': {'branch': build.branch_id},
|
||||
'logs': Logging.browse(cr, uid, logging_ids),
|
||||
'logs': Logging.browse(cr, SUPERUSER_ID, logging_ids),
|
||||
'other_builds': other_builds
|
||||
}
|
||||
#context['type'] = type
|
||||
|
Loading…
Reference in New Issue
Block a user