Daily updates from Odoo
Tuesday, February 17, 2026
1 change
Code cleanup and technical improvements
This update refactors the testing process for the Discuss Enterprise module, addressing an issue where unnecessary database loading occurred during testing. This change improves test stability and reduces potential conflicts, ensuring more reliable test results.
Original PR description
Monkeypatching tests is very ugly. If we load this class, even if the database did not install this module, it will try to test these changes. https://github.com/odoo/odoo/pull/248687