odoo/addons/web_process/__openerp__.py

13 lines
206 B
Python
Raw Normal View History

{
"name" : "Process",
"version" : "2.0",
"depends" : ["web"],
"js": [
"static/src/js/process.js"
],
"css": [
"static/src/css/process.css"
],
'active': True
}