Daily updates from Odoo
Wednesday, July 2, 2025
1 change · saas-18.4
Code cleanup and technical improvements
The VoIP keypad search tests were reorganized into smaller, easier-to-understand checks. This improves reliability of internal quality checks, helping reduce the chance of future regressions without changing user-facing behavior.
Original PR description
This commit splits the "search for name" test into smaller tests for clarity and readability. It also removes the use of `edit` in test and uses `insertText` instead in order for the tests to be deterministic. This test was introduced in: https://github.com/odoo/enterprise/pull/87328 Forward-Port-Of: odoo/enterprise#89102