Daily updates from Odoo
Tuesday, November 4, 2025
1 change
Features or functions removed from Odoo
Odoo no longer includes the separate OnSIP VoIP add-on because its extra authorization username setting is not required when OnSIP is configured with matching usernames. This simplifies VoIP configuration and maintenance while keeping core VoIP support available.
Original PR description
With OnSIP, you can define an authorizationUsername that differs from your contact username. To enable this feature in Odoo, the voip_onsip module was introduced, simply adding an extra field for the authorizationUsername. However, if OnSIP is configured with a username identical to the authorizationUsername, it is possible to work around this field. As it is now known that the extra config is not strictly needed, this commit removes the voip_onsip module. [Task-5176220](https://www.odoo.com/odoo/project/5778/tasks/5176220). Upgrade: https://github.com/odoo/upgrade/pull/8679 Documentation: https://github.com/odoo/documentation/pull/14978