[FIX] Kanban: Fixed context on buttons

bzr revid: fme@openerp.com-20110906134520-w90kby9oyni4wed7
This commit is contained in:
Fabien Meghazi 2011-09-06 15:45:20 +02:00
parent f712daf710
commit 7779cab10a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ openerp.web_kanban.KanbanView = openerp.web.View.extend({
var child = this.fields_view.arch.children[i];
if (child.tag === "templates") {
this.transform_qweb_template(child);
this.qweb.add_template(openerp.web.json_node_to_xml(child, true));
this.qweb.add_template(openerp.web.json_node_to_xml(child));
break;
}
}