[imp] mado o2m compatible with graph view
[odoo/odoo.git] / addons / web_graph / __openerp__.py
1 {
2     "name": "web Graph",
3     "category" : "Hidden",
4     "version": "2.0",
5     "depends": ['web'],
6     "js": [
7            "static/lib/dhtmlxGraph/codebase/dhtmlxchart_debug.js",
8            "static/src/js/graph.js"],
9     "css": ["static/lib/dhtmlxGraph/codebase/dhtmlxchart.css"],
10     "active": True
11 }