[FIX] runbot: working late is never a good idea...

This commit is contained in:
Christophe Simonis 2014-06-18 23:35:14 +02:00
parent 18a0482cf7
commit a82488bce5

View File

@ -776,7 +776,7 @@ class runbot_build(osv.osv):
self.pool['ir.logging'].create(cr, uid, {
'build_id': ids[0],
'level': 'INFO',
'type': 'rumbot',
'type': 'runbot',
'name': 'odoo.runbot',
'message': message,
'path': 'runbot',