[REV] Reverted Revision: 2636 revid:nicolas.vanhoren@openerp.com-20120627153131-uxp6d2l4ri8xjoz5

bzr revid: fme@openerp.com-20120806153208-fbet6xbs365ir6lm
This commit is contained in:
Fabien Meghazi 2012-08-06 17:32:08 +02:00
parent c7f04c43c7
commit c10136071d
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,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);
this.do_switch_view('form', null, { editable: editable });
} else {
this.do_warn("Kanban: could not find id#" + id);
}