Daily updates from Odoo
Wednesday, May 28, 2025
1 change
Features or functions removed from Odoo
An outdated rental configurator test module was removed because rental products no longer use this configurator. Existing tests in the main rental sales modules now cover the relevant behavior, reducing duplicate maintenance work without affecting users.
Original PR description
Rental doesn't have a configurator anymore since 17, there is no need for a specific module to test integration with other configurators. Furthermore, the refactorings of the configurators already introduced clean tests in `sale_renting` (and `website_sale_renting`) modules, so there is no need to keep the tour of this module.