odoo/addons/web_dashboard/__openerp__.py

11 lines
199 B
Python

{
"name": "web Dashboard",
"version": "2.0",
"depends": ['web'],
"js": [
'static/src/js/dashboard.js'
],
"css": ['static/src/css/dashboard.css'],
'active': True
}