Sunday, February 8, 2026
1 change · 18.0
Resolved issues and error corrections
This update resolves an issue where a validation error dialog incorrectly closed over another dialog during the skills tour. By ensuring the validation error dialog displays the 'validation error' string, the tour now functions reliably, preventing unexpected behavior and improving the user experience. This fix focuses on the HR_Skills module.
Original PR description
During the skills_tour, a validation error dialog is closed, and this dialog is over another dialog that was being validated. Before this commit, the close button that was selected was "the one of the not-inactive modal footer", just after a step that was also a click on a button in a modal. Since the delay between tour steps has been reduced, it happened that the step labeled "Close validation error popup" was executed before the inactivation of the modal, and then the button to be clicked was the one of the underlying modal, because the validation error was not displayed yet. With this commit, we specifically expect the validation error modal to contain the string "validation error", which makes this issue disappear. Runbot-build-error: [238886](https://runbot.odoo.com/odoo/runbot.build.error/238886)