odoo/addons/web_dashboard/__openerp__.py

12 lines
226 B
Python

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