[MERGE] config-rework2, rpa apr
[odoo/odoo.git] / addons / base_gantt / __openerp__.py
1 {
2     "name": "Base Gantt",
3     "version": "2.0",
4     "depends": ['base'],
5     "js": [
6         'static/lib/dhtmlxGantt/sources/dhtmlxcommon.js',
7         'static/lib/dhtmlxGantt/sources/dhtmlxgantt.js',
8         'static/src/js/gantt.js'
9     ],
10     "css": ['static/lib/dhtmlxGantt/codebase/dhtmlxgantt.css'],
11     'active': True
12 }