[FIX] runbot: set type when logging jobs

This commit is contained in:
Christophe Simonis 2014-06-18 23:28:34 +02:00
parent d067c4c629
commit 18a0482cf7

View File

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