odoo/addons/web_dashboard/__openerp__.py

19 lines
359 B
Python

{
"name": "web Dashboard",
"category": "Hidden",
"description":
"""
OpenERP Web dashboard view.
""",
"version": "2.0",
"depends": ['web'],
"js": [
'static/src/js/dashboard.js'
],
"css": ['static/src/css/dashboard.css'],
'qweb' : [
"static/src/xml/*.xml",
],
'active': True
}