fix problem with quick create

bzr revid: nicolas.vanhoren@openerp.com-20120525120859-ucs6ltabc9mpt78k
This commit is contained in:
niv-openerp 2012-05-25 14:08:59 +02:00
parent 2889564e8d
commit d79b4a1720
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ instance.web_kanban.KanbanGroup = instance.web.OldWidget.extend({
this.quick.destroy();
delete this.quick;
});
self.quick.appendTo(self.$element.find('.oe_kanban_group_header'));
self.quick.appendTo(self.$element.find('.oe_kanban_header'));
self.quick.focus();
});
this.$records.find('.oe_kanban_show_more').click(this.do_show_more);