[TNL] updated translation template files
[odoo/odoo.git] / addons / web_graph / __openerp__.py
1 {
2     "name": "web Graph",
3     "category" : "Hidden",
4     "description":'Openerp web graph view',
5     "version": "2.0",
6     "depends": ['web'],
7     "js": [
8            "static/lib/dhtmlxGraph/codebase/dhtmlxchart_debug.js",
9            "static/src/js/graph.js"],
10     "css": ["static/lib/dhtmlxGraph/codebase/dhtmlxchart.css"],
11     'qweb' : [
12         "static/src/xml/*.xml",
13     ],
14     "active": True
15 }