Daily updates from Odoo
Thursday, December 11, 2025
2 changes · master
Features or functions removed from Odoo
This update removes the reliance on a signature dependency within the Odoo Enterprise accounting module. This simplifies the system and reduces potential complexity for users. The change improves the overall stability and maintainability of the accounting features.
Original PR description
task-5154292
This update removes outdated and unused code within the Voip module, streamlining the system and improving performance. Specifically, a component and a related feature were identified as no longer needed, resulting in a cleaner and more efficient codebase. This change focuses on internal improvements and doesn't impact external users.
Original PR description
### Changes - DeviceSelectionDialog component is no more needed - The only use case for `Voip.bus` was made by CallQueueSwitch component but the event it was listening to is never triggered. Removed. - CallQueueSwitch has been renamed in CallQueueSwitchField to better reflect what this component is.