odoo/addons/web_calendar/__openerp__.py

24 lines
614 B
Python

{
"name": "web calendar",
"category": "Hidden",
"description":
"""
OpenERP Web calendar view.
""",
"version": "2.0",
"depends": ['web'],
"js": [
'static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler_debug.js',
'static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_minical.js',
'static/src/js/calendar.js'
],
"css": [
'static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_ext.css',
'static/src/css/web_calendar.css'
],
'qweb' : [
"static/src/xml/*.xml",
],
'active': True
}