-
- Downloads
[FIX] web: prevent no content helper on delete/archive list records
before this commit: when deleting or archiving or unarchive all records of last
page in listview user is displayed with NoContentHelper while we still have
other records in previous page, user should be moved to previous page if all
records of last page are deleted.
after this commit: if user deletes or archives or unarchives all records of
last page in list view then user is moved to previous page.
task-2446911
closes odoo/odoo#66523
Signed-off-by:
Simon Genin (ges@odoo) <ges@odoo.com>
Showing
- addons/web/static/src/js/views/basic/basic_model.js 14 additions, 0 deletionsaddons/web/static/src/js/views/basic/basic_model.js
- addons/web/static/tests/views/kanban_tests.js 35 additions, 0 deletionsaddons/web/static/tests/views/kanban_tests.js
- addons/web/static/tests/views/list_tests.js 135 additions, 0 deletionsaddons/web/static/tests/views/list_tests.js
Loading
Please register or sign in to comment