From a82488bce507f545c268bc06da1ab87832bea5f4 Mon Sep 17 00:00:00 2001 From: Christophe Simonis Date: Wed, 18 Jun 2014 23:35:14 +0200 Subject: [PATCH] [FIX] runbot: working late is never a good idea... --- runbot/runbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbot/runbot.py b/runbot/runbot.py index 4adc8326..c4d63dec 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -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',