[FIX] livechat dataweb-style rename

bzr revid: al@openerp.com-20140126212018-q8f63sy21t1ph8dn
This commit is contained in:
Antony Lesuisse 2014-01-26 22:20:18 +01:00
parent aa727b9a43
commit 2ef9fbe42f
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -5,16 +5,16 @@
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################

View File

@ -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
});