Daily updates from Odoo
Monday, July 14, 2025
3 changes
Code cleanup and technical improvements
The Documents app test suite was updated by converting active kanban tests to the newer testing approach and removing obsolete skipped legacy tests. This improves maintainability and helps future changes be validated more reliably, with no expected direct impact on end users.
Original PR description
Convert the unskipped 'documents_kanban' tests and remove other skipped tests. We also clean some helpers and some tests.
This update modernizes internal filtering logic across several Odoo Enterprise modules without changing how users work day to day. It helps keep the codebase more consistent and easier to maintain, reducing future development risk across appointments, helpdesk, approvals, CRM, ESG, knowledge, localization, and payroll areas.
Original PR description
odoo/odoo#217708
The rental date picker and rental search components were modernized behind the scenes to use Odoo's newer interaction framework. This should help keep the website rental flow easier to maintain while preserving the customer-facing experience for selecting rental periods.
Original PR description
task-4784396