[FIX] correct typo introduce during forward-port in commit 388f1a1
authorChristophe Simonis <chs@odoo.com>
Wed, 1 Oct 2014 15:13:38 +0000 (17:13 +0200)
committerChristophe Simonis <chs@odoo.com>
Wed, 1 Oct 2014 15:13:38 +0000 (17:13 +0200)
addons/im_livechat/im_livechat.py

index f455e38..26f0876 100644 (file)
@@ -66,7 +66,7 @@ class im_livechat_channel(osv.Model):
 
     def _script_internal(self, cr, uid, ids, name, arg, context=None):
         values = {
-            "url": self.pool.get('ir.config_parameter').get_param(cr, openerp.SUPERUSER_ID 'web.base.url'),
+            "url": self.pool.get('ir.config_parameter').get_param(cr, openerp.SUPERUSER_ID, 'web.base.url'),
             "dbname":cr.dbname
         }
         res = {}