Wednesday, July 16, 2025
1 change · master
Features or functions removed from Odoo
The html_builder test suite no longer uses mock website services that are no longer required. This is an internal cleanup that keeps tests simpler and easier to maintain without changing user-facing behavior.
Original PR description
Tests moved from website to html_builder were mocking website service as it was a required dependency. After the work of this [PR] it became okay to remove the mocks from the tests. Tests should work normally without the need to have website service present. [PR]: https://github.com/odoo/odoo/pull/217994 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#218831