[FIX] crm: on_change_partner did not set the zip code in lead/opp
[odoo/odoo.git] / addons / web_gantt / __openerp__.py
1 {
2     'name': 'Web Gantt',
3     'category': 'Hidden',
4     'description': """
5 OpenERP Web Gantt chart view.
6 =============================
7
8 """,
9     'version': '2.0',
10     'depends': ['web'],
11     'js': [
12         'static/lib/dhtmlxGantt/sources/dhtmlxcommon.js',
13         'static/lib/dhtmlxGantt/sources/dhtmlxgantt.js',
14         'static/src/js/gantt.js'
15     ],
16     'css': ['static/src/css/gantt.css', 'static/lib/dhtmlxGantt/codebase/dhtmlxgantt.css'],
17     'qweb': [
18         'static/src/xml/*.xml',
19     ],
20     'auto_install': True
21 }