Daily updates from Odoo
Tuesday, October 14, 2025
1 change · 18.0
Code cleanup and technical improvements
This change reorganizes how landed cost valuation adjustments are prepared so that custom Odoo modules can extend the process more easily. It does not change the day-to-day user workflow, but it improves maintainability and flexibility for future customizations.
Original PR description
Create 'cost adjustment stock valuation layer' and the preparing of its values with separate method to make it hookable for custom modules This was split from the initial PR https://github.com/odoo/odoo/pull/160527 cc @pfertyk --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#227157