Tuesday, July 15, 2025
1 change · saas-18.4
Features or functions removed from Odoo
This change removes now-unnecessary website service mocks from html builder tests. It simplifies internal test maintenance without changing customer-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