Daily updates from Odoo
Tuesday, July 1, 2025
2 changes
1 change
Code cleanup and technical improvements
The website builder’s font selection tool was simplified by removing unused code. This reduces maintenance overhead without changing how users choose fonts.
Original PR description
The font family picker introduced when creating the website builder based on `html_builder` contains some dead code and some useless code. This commit cleans up this component. task-4367641
1 change
Code cleanup and technical improvements
The VoIP keypad search tests were reorganized into smaller, easier-to-understand checks. The update also makes the tests more reliable, helping reduce false failures during development 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