[FIX] wall widget: fixed variable not refreshed
[odoo/odoo.git] / addons / web_dashboard / __openerp__.py
1 {
2     "name": "web Dashboard",
3     "category": "Hidden",
4     "description":
5         """
6         OpenERP Web dashboard view.
7         """,
8     "version": "2.0",
9     "depends": ['web'],
10     "js": [
11         'static/src/js/dashboard.js'
12     ],
13     "css": ['static/src/css/dashboard.css'],
14     'qweb' : [
15         "static/src/xml/*.xml",
16     ],
17     'active': True
18 }