Thursday, March 5, 2026
2 changes · saas-18.4
Enhancements to existing features
The stock module now separates the package creation step used during the Put in Pack process into its own reusable method. This makes it easier and safer for implementations to customize how packages are created without changing the broader packing workflow.
Original PR description
Move the logic that creates a new 'stock.quant.package' into a dedicated method `stock.picking::_get_put_in_pack_package`. This allows cleaner overrides when custom logic is needed for package creation during the "Put in Pack" process. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#249050 Forward-Port-Of: odoo/odoo#247952
This update adjusts the salary scale parameters used in Odoo's Belgian payroll (l10n_be_hr_payroll) to reflect changes in Belgian tax regulations as of January 1, 2026. These updated values ensure accurate payroll calculations and compliance with local legislation.
Original PR description
. Update cp200_salary_scale_first_year values for 01/01/2026 . Update cp200_salary_scale values for 01/01/2026 task-5485636 Forward-Port-Of: odoo/enterprise#107473