[MERGE] Merge with trunk upto revision no 1184.
[odoo/odoo.git] / addons / web_chat / __openerp__.py
1 {
2     "name": "Web Chat",
3     "category" : "Hidden",
4     "version": "2.0",
5     "depends": ['web'],
6     "js": [
7         'static/lib/AjaxIM/js/jquery.jsonp-1.1.0.js',
8         'static/lib/AjaxIM/js/jquery.jstore-all-min.js',
9         'static/lib/AjaxIM/js/jquery.md5.js',
10         'static/lib/AjaxIM/js/im.js',
11         'static/src/js/web_chat.js'
12     ],
13     "css": [],
14     'active': False,
15     'installable': False,
16 }