[FIX] Gantt, Read does not show inherited view fields.
[odoo/odoo.git] / addons / web_gantt / __openerp__.py
1 {
2     "name": "web Gantt",
3     "category": "Hidden",
4     "description":
5         """
6         OpenERP Web gantt chart view.
7         """,
8     "version": "2.0",
9     "depends": ['web'],
10     "js": [
11         'static/lib/dhtmlxGantt/sources/dhtmlxcommon.js',
12         'static/lib/dhtmlxGantt/sources/dhtmlxgantt.js',
13         'static/src/js/gantt.js'
14     ],
15     "css": ['static/lib/dhtmlxGantt/codebase/dhtmlxgantt.css'],
16     'qweb' : [
17         "static/src/xml/*.xml",
18     ],
19     'active': True
20 }