[FIX] Fixed kanban double no result menu tip

bzr revid: fme@openerp.com-20120514101647-fwq7bhnphma81dga
This commit is contained in:
Fabien Meghazi 2012-05-14 12:16:47 +02:00
parent 23b6b10c7e
commit ee72258a7c
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ instance.web_kanban.KanbanView = instance.web.View.extend({
|| !this.options.action.help) {
return;
}
this.$element.find('.oe_view_nocontent').remove();
this.$element.prepend(
$('<div class="oe_view_nocontent">')
.append($('<img>', { src: '/web/static/src/img/view_empty_arrow.png' }))