[IMP] mail.message: added a child_ids relationship on message, linked to parent_id...
[odoo/odoo.git] / addons / web_rpc / __openerp__.py
1 {
2     "name" : "OpenERP Web web",
3     "category" : "Hidden",
4     "description":'Openerp web web',
5     "version" : "2.0",
6     "depends" : [],
7     "installable" : False,
8     'active': False,
9     'js' : [
10         "../web/static/lib/datejs/date-en-US.js",
11         "../web/static/lib/jquery/jquery-1.6.4.js",
12         "../web/static/lib/json/json2.js",
13         "../web/static/lib/qweb/qweb2.js",
14         "../web/static/lib/underscore/underscore.js",
15         "../web/static/lib/underscore/underscore.string.js",
16         "../web/static/src/js/boot.js",
17         "../web/static/src/js/core.js",
18         "../web/static/src/js/formats.js",
19         "../web/static/src/js/chrome.js",
20         "../web/static/src/js/data.js",
21     ],
22     'css' : [
23     ],
24 }