[FIX] dependency name

bzr revid: xmo@openerp.com-20120305124123-hlrldjqz8q7x0re2
This commit is contained in:
Xavier Morel 2012-03-05 13:41:23 +01:00
parent 06abe5aa3d
commit ba1b27d409
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"""
OpenERP Web process view.
""",
"depends" : ["diagram"],
"depends" : ["web_diagram"],
"js": [
'static/lib/dracula/*.js',
"static/src/js/process.js"