Thursday, October 3, 2024
2 changes · 18.0
Resolved issues and error corrections
Users can once again switch to or preview a website even when its domain differs from the domain used to access the Odoo backend. This prevents unnecessary redirects to another domain and reduces the chance of users being asked to log in again.
Original PR description
When the URL domain you are currently using to access the Odoo backend is different from: - The website's one you are trying to switch to using the switcher - The website's one you are trying to preview => the user is redirected to that website's domain (and potentially have to re-login). This is buggy since [1] which really wanted to use the framework util for redirections, while it could not work in those cases as that util is explicitly preventing to switch to a different domain which is exactly what is trying to be done in those cases. [1]: https://github.com/odoo/odoo/commit/2cdc3a8c36233a9bdadea1957c9c5414c511b29e
Ending a Monster recruitment campaign no longer triggers an unexpected error. This helps recruiters complete campaign management actions reliably without interruption.
Original PR description
platform should have been platform_id task-4222927