[FIX] Do not focus unfocusable fields
[odoo/odoo.git] / addons / web_calendar / __openerp__.py
1 {
2     "name": "Web Calendar",
3     "category": "Hidden",
4     "description":"""OpenERP Web Calendar view.""",
5     "version": "2.0",
6     "depends": ['web'],
7     "js": [
8         'static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler_debug.js',
9         'static/lib/dhtmlxScheduler/sources/ext/ext_minical.js',
10         'static/src/js/calendar.js'
11     ],
12     "css": [
13             'static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_ext.css',
14             'static/src/css/web_calendar.css'
15             ],
16     'qweb' : [
17         "static/src/xml/*.xml",
18     ],
19     'auto_install': True
20 }