Daily updates from Odoo
Tuesday, May 12, 2026
2 changes ยท master
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