[FACTM] kanban opens records in page mode

bzr revid: nicolas.vanhoren@openerp.com-20120627153131-uxp6d2l4ri8xjoz5
This commit is contained in:
niv-openerp 2012-06-27 17:31:31 +02:00
parent ec92d42e32
commit ff179d6b98
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ instance.web_kanban.KanbanView = instance.web.View.extend({
},
open_record: function(id, editable) {
if (this.dataset.select_id(id)) {
this.do_switch_view('form', null, { editable: editable });
this.do_switch_view('form', null);
} else {
this.do_warn("Kanban: could not find id#" + id);
}