[FIX] Forgot testing value for number of records in kanban view

bzr revid: fme@openerp.com-20130213131831-08g8b5w28gwzpt2u
This commit is contained in:
Fabien Meghazi 2013-02-13 14:18:31 +01:00
parent 19739db1ba
commit deb7833aec
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ instance.web_kanban.KanbanView = instance.web.View.extend({
this.has_been_loaded = $.Deferred();
this.search_domain = this.search_context = this.search_group_by = null;
this.currently_dragging = {};
this.limit = options.limit || 3;
this.limit = options.limit || 40;
this.add_group_mutex = new $.Mutex();
},
view_loading: function(r) {