[FIX] js and css for mini calendar.

bzr revid: vda@tinyerp.com-20110601072441-y03c1h8ydau8os03
This commit is contained in:
vda (OpenERP) 2011-06-01 12:54:41 +05:30
parent 7647624b4d
commit 100fc72548
1 changed files with 4 additions and 1 deletions

View File

@ -4,8 +4,11 @@
"depends": ['base'],
"js": [
'static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler.js',
'static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_minical.js',
'static/src/js/calendar.js'
],
"css": ['static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler.css'],
"css": ['static/lib/dhtmlxScheduler/codebase/dhtmlxscheduler.css',
'static/lib/dhtmlxScheduler/codebase/ext/dhtmlxscheduler_ext.css'
],
'active': True
}