odoo/addons/web_calendar/__openerp__.py

21 lines
583 B
Python

{
"name": "web calendar",
"category" : "Hidden",
"description":'Openerp web calender 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
}