Daily updates from Odoo
Saturday, April 4, 2026
1 change · saas-18.2
Code cleanup and technical improvements
A test was moved from the base module to the test_testing_utilities module where the test model it uses is actually defined. This improves code organization and ensures tests are located with the components they test, making the codebase easier to maintain.
Original PR description
Move the test to test_testing_utilities where the model res.config.test is defined. Move test introduced in odoo/odoo#257033. runbot-242309 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#257514