Tuesday, January 7, 2025
4 changes · master
Features or functions removed from Odoo
Odoo removed an older internal method that had already been deprecated since version 17.1. This reduces maintenance overhead and keeps the core platform cleaner, with minimal expected impact for everyday users.
Original PR description
As been deprecated in 17.1 by https://github.com/odoo/odoo/pull/144747. Remove it.
Unused test-related code was removed from the Project and Timesheets areas. This is an internal cleanup that reduces maintenance overhead without changing how users work with the system.
Original PR description
Removed all the unused functionality of qunit test cases. task-4354323
This change removes old sequence lookup methods in the base module that have been deprecated for many years. It helps keep the system cleaner and easier to maintain, with low expected impact for users unless custom code still relies on these obsolete methods.
Original PR description
Methods deprecated since 2014. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Unused test-related code was removed from the Planning and Planning Contract areas. This cleanup reduces maintenance overhead without changing business features or user workflows.
Original PR description
Removed all the unused functionality of qunit test cases. task-4354323