Monday, December 18, 2023
1 change · master
Resolved issues and error corrections
When users open a link to a missing or incorrect record, Odoo now redirects them back to the default view instead of leaving a blank page. The warning notification still appears, and list navigation updates correctly when records no longer exist.
Original PR description
Before this commit, when opening a url with a bad id in form mode an error notification was shown and the page was blank After this commit, the page is redirected to the default view of the action and the notification is still shown TASK-ID: [3143552](https://www.odoo.com/web#action=333&active_id=133&model=project.task&view_type=kanban&cids=1&menu_id=4720) Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr