[MERGE] changes required for the "import hook" commit in the server.
[odoo/odoo.git] / addons / web_chat / __openerp__.py
1 {
2     "name": "Web Chat",
3     "category": "Hidden",
4     "description":
5         """
6         OpenERP Web chat module.
7         """,
8     "version": "2.0",
9     "depends": ['web'],
10     "js": [
11         'static/lib/AjaxIM/js/jquery.jsonp-1.1.0.js',
12         'static/lib/AjaxIM/js/jquery.jstore-all-min.js',
13         'static/lib/AjaxIM/js/jquery.md5.js',
14         'static/lib/AjaxIM/js/im.js',
15         'static/src/js/web_chat.js'
16     ],
17     "css": [],
18     'active': False,
19     'installable': False,
20 }