Friday, February 20, 2026
2 changes · 18.0
Enhancements to existing features
This update expands the range of generic AVS (Additional Voluntary Savings) deductions supported within the Odoo Enterprise payroll system. Specifically, five new AVS options have been added to the payroll data and input types, providing greater flexibility for employees' retirement savings plans. A new test has been implemented to ensure these deductions are correctly calculated and applied.
Original PR description
5 more generic AVS is added to l10n_ch_hr_payroll/hr_salary_rule_data and /hr_payroll_input_types. task - 5902593 Forward-Port-Of: odoo/enterprise#106218
This update optimizes the creation of global invoices in the Mexican EDI module. By changing the wizard to a 'TransientModel,' unnecessary data is no longer permanently stored in the database, leading to improved performance and reduced storage usage. This change ensures a smoother and more efficient invoice creation experience.
Original PR description
Change to TransientModel so a wizard is not permanently stored in db when creating a global invoice. Forward-Port-Of: odoo/enterprise#107244