[FIX] correctly update pager when adding a new record in an editable list

bzr revid: xmo@openerp.com-20111007072019-l59qcgikjeu71v26
This commit is contained in:
Xavier Morel 2011-10-07 09:20:19 +02:00
parent acc3d54316
commit 28b0daeaff
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ openerp.web.list_editable = function (openerp) {
if (self.groups.get_selection().length) {
return;
}
self.configure_pager(self.dataset);
self.compute_aggregates();
}
})