Tuesday, May 5, 2026
3 changes · master
Features or functions removed from Odoo
This update removes the 'search knowledge article' button from the settings view. This simplification streamlines the user interface, making it easier for users to navigate and manage knowledge articles. This change improves overall usability and reduces potential confusion.
Original PR description
The "search knowledge article" button is no longer required in the settings view and has been removed to simplify the interface. task-6143234
This update removes a redundant color field from stage definitions within the Helpdesk, CRM, and Project modules. This change was implemented because the 'rotting widget' was used, rendering the color field unnecessary. This optimization improves system performance and reduces potential complexity.
Original PR description
We used the rotting widget in the stage field, so the stage color field is unused, as explained below in the commit. https://github.com/odoo/odoo/commit/cd9ed578803605550135cb6fd6d4c267b433abbc task-5485507
This update removes outdated code related to the 'Deferred' object within the AI module of Odoo Enterprise. This change is part of a larger task to improve code quality and maintainability. By removing these deprecated elements, the system becomes more stable and aligned with current best practices.
Original PR description
[Part of task-5262203](https://www.odoo.com/odoo/1519/tasks/5262203) Community: https://github.com/odoo/odoo/pull/262263