[FIX] Merge fix in saas1 for the problem that made the server crash when install...
[odoo/odoo.git] / addons / im_livechat / __openerp__.py
1 {
2     'name' : 'Live Support',
3     'version': '1.0',
4     'summary': 'Live Chat with Visitors/Customers',
5     'category': 'Tools',
6     'complexity': 'easy',
7     'description':
8         """
9 Live Chat Support
10 =================
11
12 Allow to drop instant messaging widgets on any web page that will communicate
13 with the current server and dispatch visitors request amongst several live
14 chat operators.
15
16         """,
17     'data': [
18         "security/im_livechat_security.xml",
19         "security/ir.model.access.csv",
20         "im_livechat_view.xml",
21     ],
22     'demo': [
23         "im_livechat_demo.xml",
24     ],
25     'depends' : ["im", "mail", "portal_anonymous"],
26     'installable': True,
27     'auto_install': False,
28     'application': True,
29 }