Thursday, May 22, 2025
3 changes · saas-17.4
Resolved issues and error corrections
This update reverses a previous change related to closing a pop-up window before leaving a project task form. It helps restore the intended behavior in the Project app and reduces the risk of users being blocked or interrupted when navigating task records.
A timing issue in the automated sales project setup flow was addressed so the form is saved only after the popup closes. This reduces intermittent failures during validation and helps keep the sales-to-project workflow reliable.
Original PR description
Before this commit, the `task_create_sol_tour` could fail before the step did not wait enough the modal be closed before saving the form and so the form view could not be saved before going in the project app. This commit adds a step to make sure the modal is closed and does the step to save the form view when we check everything in the form view to make sure the form view will be saved before leaving the view. runbot-77457
Belgian payroll now consistently reflects the updated maximum public transport allowance of 43 euros instead of 34 euros. This keeps the contract salary guidance and related tests aligned with the current allowance rule, reducing the risk of incorrect expectations during payroll setup.
Original PR description
since this commit https://github.com/odoo/enterprise/commit/03c60aed528998456a858a9b64e6b3ff087af125 we change the maximum allowance from 34 to 43 euros. This should also show up in the function description and a test.