Monday, March 25, 2024
2 changes · saas-17.2
Enhancements to existing features
This update adds automated checks for how client actions are opened through path-based links in the web interface. It helps reduce the risk of navigation issues reaching users by verifying this behavior during testing.
Original PR description
This commit adds some tests for the path-based routing of client actions commit: https://github.com/odoo/enterprise/commit/ffee7f5191cca060530d3e785328058ed8801dc5
This update improves Odoo's internal web testing tools by allowing tests to run in different orders and strengthening mock server behavior for unusual field types. It also fixes a validation issue in a dialog component, helping reduce false test failures and improve development confidence.