Daily updates from Odoo
Tuesday, July 29, 2025
2 changes
Code cleanup and technical improvements
Product attribute demo data has been consolidated and cleaned up to avoid duplicate entries across sales, point of sale, restaurant, matrix, and online shop demo setups. This makes demo data more consistent and easier to reuse across Odoo modules, with no expected impact on live business operations.
Original PR description
Clean product attributes to avoid duplicates, and move them to product module for reuseability Was initially a part of https://github.com/odoo/odoo/pull/205187 but moved for simplicity --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Product attribute demo data has been moved into the core product area so it can be reused consistently by related apps. This is an internal cleanup that helps reduce duplication and makes demo data easier to maintain across barcode lookup, rental, website, and manufacturing examples.
Original PR description
Move product attribute data to product module for reusability