-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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#73540 X-original-commit: 1aeebc9 Signed-off-by: Simon Genin (ges@odoo) <[email protected]>
- Loading branch information
Showing
3 changed files
with
291 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters