odoo/addons/web_graph/__openerp__.py

12 lines
302 B
Python

{
"name": "web Graph",
"category" : "Hidden",
"version": "2.0",
"depends": ['web'],
"js": [
"static/lib/dhtmlxGraph/codebase/dhtmlxchart_debug.js",
"static/src/js/graph.js"],
"css": ["static/lib/dhtmlxGraph/codebase/dhtmlxchart.css"],
"active": True
}