From 2ef9fbe42f0452289649c08fe0bd00117380ea9a Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Sun, 26 Jan 2014 22:20:18 +0100 Subject: [PATCH] [FIX] livechat dataweb-style rename bzr revid: al@openerp.com-20140126212018-q8f63sy21t1ph8dn --- addons/im_livechat/__openerp__.py | 2 +- addons/im_livechat/im_livechat.py | 6 +++--- addons/im_livechat/static/ext/static/js/livesupport.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/addons/im_livechat/__openerp__.py b/addons/im_livechat/__openerp__.py index 8a89b857ff6..cf3462ed42a 100644 --- a/addons/im_livechat/__openerp__.py +++ b/addons/im_livechat/__openerp__.py @@ -22,7 +22,7 @@ chat operators. 'demo': [ "im_livechat_demo.xml", ], - 'depends' : ["im", "mail", "portal"], + 'depends' : ["im", "mail"], 'installable': True, 'auto_install': False, 'application': True, diff --git a/addons/im_livechat/im_livechat.py b/addons/im_livechat/im_livechat.py index 16f1128fd78..e322467e64e 100644 --- a/addons/im_livechat/im_livechat.py +++ b/addons/im_livechat/im_livechat.py @@ -5,16 +5,16 @@ # Copyright (C) 2004-2010 Tiny SPRL (). # # This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General anonymous License as +# it under the terms of the GNU Affero General Public License as # published by the Free Software Foundation, either version 3 of the # License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General anonymous License for more details. +# GNU Affero General Public License for more details. # -# You should have received a copy of the GNU Affero General anonymous License +# You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . # ############################################################################## diff --git a/addons/im_livechat/static/ext/static/js/livesupport.js b/addons/im_livechat/static/ext/static/js/livesupport.js index 0434d8d1d9a..b8bad166fa8 100644 --- a/addons/im_livechat/static/ext/static/js/livesupport.js +++ b/addons/im_livechat/static/ext/static/js/livesupport.js @@ -19,7 +19,7 @@ define(["openerp", "im_common", "underscore", "require", "jquery", inputPlaceholder: _t("How may I help you?"), defaultMessage: null, auto: false, - userName: _t("Public"), + userName: _t("Anonymous"), anonymous_mode: true });