fix minor problem in __openerp__.py

bzr revid: nicolas.vanhoren@openerp.com-20130205170133-vyciaroki3my1eqe
This commit is contained in:
niv-openerp 2013-02-05 18:01:33 +01:00
parent 4ff9f8d1ba
commit cfb1ba7a07
1 changed files with 1 additions and 1 deletions

View File

@ -11,8 +11,8 @@ Allow to drop instant messaging widgets on any web page that will communicate wi
server.
""",
'data': [
"security/ir.model.access.csv",
"security/live_support_security.xml",
"security/ir.model.access.csv",
"live_support_view.xml",
],
'depends' : ["web_im", "mail", "portal_anonymous"],