Daily updates from Odoo
Tuesday, May 12, 2026
4 changes
1 change
Features or functions removed from Odoo
This update permanently removes a previously resurrected VoIP component related to OnSIP. A recent update accidentally reintroduced this feature, and this commit ensures it's no longer present in the system. This simplifies the codebase and avoids potential confusion.
Original PR description
While `voip_onsip` should have been removed altogether in 19.1, a commit adding new icons accidentally resurrected it. This commit removes it for good. Forward-Port-Of: odoo/enterprise#116773
1 change
Features or functions removed from Odoo
This update permanently removes a component related to VoIP functionality (voip_onsip) that was mistakenly reintroduced in a previous update. This ensures the system remains streamlined and focused on core business operations. The removal corrects a technical oversight from the 19.1 release.
Original PR description
While `voip_onsip` should have been removed altogether in 19.1, a commit adding new icons accidentally resurrected it. This commit removes it for good. Forward-Port-Of: odoo/enterprise#116773
2 changes
Features or functions removed from Odoo
This update simplifies the product barcode lookup module by removing duplicate attribute definitions that were previously created. The change ensures that data is managed efficiently and avoids conflicts when both the product barcode lookup and core product modules are used. This improves data consistency and reduces potential errors.
Original PR description
`product_barcodelookup` was defining default attributes that are now provided by `product` (Color, Size, Material, Brand, Pattern), creating duplicates when both modules are installed. This commit removes those redundant data records and keeps only module- specific ones (Gender, Manufacturer, Age Group). Community PR: https://github.com/odoo/odoo/pull/252701
This update permanently removes the `voip_onsip` component from Odoo Enterprise. It was mistakenly reintroduced during a recent update and no longer serves a functional purpose. This ensures a cleaner and more streamlined system.
Original PR description
While `voip_onsip` should have been removed altogether in 19.1, a commit adding new icons accidentally resurrected it. This commit removes it for good. Forward-Port-Of: odoo/enterprise#116773