[IMP] Remove the error after click on 'Show more' go on top and try to open any record

bzr revid: hip@tinyerp.com-20121108073952-p5zbzr21junjjvh0
This commit is contained in:
Hiral Patel (OpenERP) 2012-11-08 13:09:52 +05:30
parent a963bd019a
commit 8d2ec1cd35
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ instance.web_kanban.KanbanGroup = instance.web.Widget.extend({
var self = this;
this.dataset.read_slice(this.view.fields_keys.concat(['__last_update']), {
'limit': self.view.limit,
'offset': self.dataset_offset += self.view.limit
'offset': self.dataset_offset
}).then(this.do_add_records);
},
do_add_records: function(records, prepend) {