mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[FIX] runbot: set type when logging jobs
This commit is contained in:
parent
d067c4c629
commit
18a0482cf7
@ -776,6 +776,7 @@ class runbot_build(osv.osv):
|
||||
self.pool['ir.logging'].create(cr, uid, {
|
||||
'build_id': ids[0],
|
||||
'level': 'INFO',
|
||||
'type': 'rumbot',
|
||||
'name': 'odoo.runbot',
|
||||
'message': message,
|
||||
'path': 'runbot',
|
||||
|
Loading…
Reference in New Issue
Block a user