Thursday, July 31, 2025
3 changes · master
Code cleanup and technical improvements
This update standardizes how internal messaging-related data is prepared across several Enterprise apps. It helps keep the codebase consistent and easier to maintain, with no expected change to day-to-day user workflows.
Original PR description
Enterprise counter-part. https://github.com/odoo/odoo/pull/221252
The accounting reconciliation interface was adjusted so it no longer relies on an older website editing component. This is an internal modernization step that helps reduce legacy dependencies without changing day-to-day accounting workflows.
Original PR description
This commit is part of an effort to remove the legacy web_editor module. task-4920120 https://github.com/odoo/odoo/pull/219315
Product attribute sample data has been moved into the core product area so it can be reused consistently across related apps. This keeps demo setups for manufacturing, rentals, and website rentals cleaner and easier to maintain without changing day-to-day user workflows.
Original PR description
Move product attribute data to product module for reusability Forward-Port-Of: odoo/enterprise#87938