Daily updates from Odoo
Monday, January 19, 2026
2 changes
Features or functions removed from Odoo
This pull request removes a previously identified, unused piece of code within the Odoo Enterprise VoIP module. The code was introduced but never utilized, streamlining the system and reducing potential maintenance overhead. This change improves the overall efficiency of the application.
Original PR description
The `onCountrySelectorStateChanged` method was introduced at [1] but it was already dead code at the time. [1]: https://github.com/odoo/enterprise/commit/708aea78760392207f9148c31c67212dacaf3294 Related to task-5366961
This update removes unnecessary code related to barcode functionality. Previously, a check for a dataset was included as a leftover from a recent update. This cleanup improves the efficiency of the barcode system without impacting its core functionality. It's a minor technical adjustment.
Original PR description
This code was introduced in [1] with the new views but part of the code was legacy and was removed in [2]. We can safely remove this leftover line. [1]: https://github.com/odoo/odoo/commit/920df597d3d7174723736a395e94dc8ff413c70b [2]: https://github.com/odoo/odoo/commit/49297bc7bba75541ca139e6c84e0d3b311765145 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr