[FIX] hr_attendance: typo introduced at rev 1c9e8ba077b296ec9c334800915fbbf76c81310c
[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     'data' : [
12         'views/web_gantt.xml',
13     ],
14     'qweb': [
15         'static/src/xml/*.xml',
16     ],
17     'auto_install': True
18 }