Thursday, May 7, 2026
4 changes · master
Features or functions removed from Odoo
This update removes unnecessary data from notifications related to knowledge articles. This change streamlines the notification process, improving performance and reducing potential data storage needs. It's a standard improvement for the Enterprise version of Odoo.
Original PR description
Enterprise counter-part. https://github.com/odoo/odoo/pull/260476
This update removes a redundant stage in the payment terminal drivers for Odoo Enterprise. This simplifies the drivers and reduces network traffic by eliminating a stage that isn't used in Point of Sale (PoS) transactions. The change was made to improve efficiency and performance.
Original PR description
To simplify drivers and reduce the amount of requests on the network, we remove the WaitingForCard stage on payment terminals (we don't use this stage in PoS). see odoo/odoo#263057 task: 6196796
This pull request removes outdated and unused code from several Odoo Point of Sale (POS) modules. This cleanup improves the overall stability and maintainability of the system, reducing potential future issues. The changes primarily focus on internal code improvements within the POS functionality.
Original PR description
https://github.com/odoo/odoo/pull/257287 Task 6085691
This update removes outdated code related to a previously removed component, specifically `o.__TipTemplateDef`, from several test files within the HR and payroll modules. This cleanup improves the efficiency of the testing process and ensures the codebase remains streamlined.
Original PR description
…TemplateDef With this commit, we remove steps that use unused odoo.__TipTemplateDef that was removed in https://github.com/odoo/enterprise/commit/18217a3d4d2580f4216daf6fdcc57cddcb2c757b