=== modified file 'addons/web/static/src/js/view_list_editable.js' --- addons/web/static/src/js/view_list_editable.js 2013-06-07 15:23:26 +0000 +++ addons/web/static/src/js/view_list_editable.js 2014-03-07 07:45:21 +0000 @@ -225,6 +225,8 @@ this.records.add(record, { at: this.prepends_on_create() ? 0 : null}); } + if (item && item.id) + this.dataset.index = this.dataset.ids.indexOf(item.id) return this.ensure_saved().then(function () { var $recordRow = self.groups.get_row_for(record);