[FIX] depends with portal inside of website
authorChristophe Matthieu <chm@openerp.com>
Fri, 26 Jul 2013 14:44:36 +0000 (16:44 +0200)
committerChristophe Matthieu <chm@openerp.com>
Fri, 26 Jul 2013 14:44:36 +0000 (16:44 +0200)
bzr revid: chm@openerp.com-20130726144436-2i8q9348hiku4wch

addons/im_livechat/__openerp__.py

index 8f8cce9..8a89b85 100644 (file)
@@ -22,7 +22,7 @@ chat operators.
     'demo': [
         "im_livechat_demo.xml",
     ],
-    'depends' : ["im", "mail", "website"],
+    'depends' : ["im", "mail", "portal"],
     'installable': True,
     'auto_install': False,
     'application': True,