Daily updates from Odoo
Tuesday, November 4, 2025
3 changes
1 change
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
1 change
Code cleanup and technical improvements
This draft reorganizes shared Point of Sale test logic so multiple country and device-specific features can rely on the same foundations. The change is mainly internal and helps reduce duplicated test setup, making future updates safer and easier to maintain.
Original PR description
Task: 4467373
1 change
Code cleanup and technical improvements
The way product revaluation values are prepared has been moved into a separate method. This does not change the user experience, but it makes the stock accounting process easier for custom extensions to adapt safely.
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#232739 Forward-Port-Of: odoo/odoo#228204