Daily updates from Odoo
Friday, December 19, 2025
2 changes · master
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