odoo/addons/base_diagram/__openerp__.py

14 lines
309 B
Python
Raw Normal View History

{
"name" : "OpenERP Web base Diagram",
"version" : "2.0",
"depends" : ["base"],
"js": [
'static/lib/js/raphael-min.js',
'static/lib/js/dracula_graffle.js',
'static/lib/js/dracula_graph.js',
'static/src/js/diagram.js'
],
"css": [],
'active': True,
}