Daily updates from Odoo
Friday, December 19, 2025
4 changes
1 change
Features or functions removed from Odoo
This update removes a duplicate function from the Odoo Enterprise system. The `pushExternalOrderToBlackbox` function was essentially a redundant copy of another existing function, streamlining the codebase. This change improves efficiency and reduces potential for errors.
Original PR description
Remove useless function `pushExternalOrderToBlackbox` that was doing the same as `pushOrderToBlackbox(order, true)`. This function was introduced in the following PR: https://github.com/odoo/enterprise/pull/102280
2 changes
Features or functions removed from Odoo
This update removes outdated and unused code from the spreadsheet dashboard documents module. This cleanup improves the stability and maintainability of the system, ensuring efficient operation. The change was triggered by a previous update and doesn't impact current functionality.
Original PR description
These actions are no longer used since 0b4e8185698e263371916d63f26067fafa1628eb
This change removes a redundant method for closing AI chats within the Odoo Enterprise platform. The removal was identified during a routine review of sudo calls, ensuring code cleanliness and efficiency. This update has no impact on functionality.
Original PR description
There was an unused method for closing ai chats in `ai_agent.py`. Caught it while reviewing our sudo calls. Removed it. The hash of the commit which made the removed method redundant is below: `c454e75686cfdfe452292525884e65b7232b8ce1` Task-5180530
1 change
Features or functions removed from Odoo
This update removes outdated code that resulted from a previous conflict resolution in the Web Studio module. This cleanup improves the stability and efficiency of the module, ensuring a smoother user experience. It's a routine maintenance task to keep our software running optimally.
Original PR description
Some old code was leftover when fixing a conflict in https://github.com/odoo/enterprise/commit/019d6bc953d214416a8807f5a26bf41a9cbe201d