[FIX] web_process: qweb template loading

bzr revid: chs@openerp.com-20111117130237-wqiqdrleiv2mwyf8
This commit is contained in:
Christophe Simonis 2011-11-17 14:02:37 +01:00
parent 551039423c
commit d673d7325c
2 changed files with 3 additions and 1 deletions

View File

@ -8,5 +8,8 @@
"css": [
"static/src/css/process.css"
],
'qweb': [
"static/src/xml/web_process.css"
],
'active': True
}

View File

@ -1,6 +1,5 @@
openerp.web_process = function (openerp) {
var QWeb = openerp.web.qweb;
QWeb.add_template('/web_process/static/src/xml/web_process.xml');
openerp.web.ViewManager.include({
start: function() {
this._super();