Tuesday, November 4, 2025
1 change · saas-18.3
Code cleanup and technical improvements
The way Odoo prepares values for product revaluation was moved into a separate method. This does not change the core behavior, but it makes the process easier for custom addons to adapt without modifying standard code.
Original PR description
This allows to make it hookable by custom addons This was split from https://github.com/odoo/odoo/pull/160527 cc @pfertyk @sys-odoo @Whenrow --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#230265 Forward-Port-Of: odoo/odoo#228204