Daily updates from Odoo
Thursday, October 17, 2024
1 change · master
Code cleanup and technical improvements
This update reduces unnecessary stored duplicate data in manufacturing and quality workflows now that the system can still report, group, and sort on those fields directly. The change helps simplify maintenance and may reduce database overhead without changing day-to-day user functionality.
Original PR description
Since https://github.com/odoo/odoo/pull/127353, we can groupby/aggregate/sort on non-store related field. Remove store=True of some related fields (tradeoff is taken in account) for every logistics modules. https://github.com/odoo/odoo/pull/153463 https://github.com/odoo/upgrade/pull/5793