Daily updates from Odoo
Thursday, February 15, 2018
2 changes · master
Resolved issues and error corrections
This fix restores handling for cases where an action is missing or intentionally empty. It prevents the web interface from crashing in those situations, improving reliability for users navigating records or menus.
Original PR description
Revision of https://github.com/odoo/odoo/commit/32b8cec5361174c92c45a4975d4e02f1fb448aa2#diff-a6b70bb3e68b3ad63425f65501adffa4L642 In this commit, it removes the condition for false action, so it crashes every time. Issue: https://www.odoo.com/web#id=807770&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Helpdesk portal and email links now route users more reliably, including when access tokens are used from email views. This reduces broken links and helps customers reach the correct ticket pages from notifications.
Original PR description
Linked to https://github.com/odoo/odoo/pull/21426 .