[REM] Removed a[type=edit, target=dialog] feature from kanban view. Speeds up kanban...
[odoo/odoo.git] / addons / web_process / __openerp__.py
1 {
2     "name" : "Process",
3     "version": "2.0",
4      "description":"""OpenERP Web process view.""",
5     "depends" : ["web_diagram"],
6     "js": [
7         'static/lib/dracula/*.js',
8         "static/src/js/process.js"
9     ],
10     "css": [
11         "static/src/css/process.css"
12     ],
13     'qweb': [
14         "static/src/xml/*.xml"
15     ],
16     'auto_install': True
17 }