Daily updates from Odoo
Monday, March 9, 2026
2 changes · master
Resolved issues and error corrections
This update fixes a calculation error in the l10n_ch_hr_payroll module that was preventing accurate annual wage figures from being displayed in payroll reports. The change reintroduces the contractual annual wage, ensuring payroll calculations align with Swiss tax regulations and provide correct employee compensation data. This ensures compliance and accurate reporting.
Original PR description
Forward-Port-Of: odoo/enterprise#109264 Forward-Port-Of: odoo/enterprise#109228
This update fixes an issue where miscellaneous entries within overdue reports weren't being included in the printed reports sent to partners. Now, when a user includes a miscellaneous entry in the follow-up report, all details of the entry – including the amount – are accurately reflected in the report sent to the partner. This ensures partners receive complete information about overdue debts.
Original PR description
…port Currently, even if users mark a miscellaneous entry to be included in the follow-up report, only its amount is counted in the total overdue; the entry itself is excluded from the printed report sent to the partner. Steps to reproduce: - Have a journal item with partner, receivable account and due date in the past - Open followup report for the partner, uncheck 'No followup' for the aml - Go back to the partner, in the followup section, hit 'Send' and send the manual followup (or wait/trigger the scheduled action) Issue: Printed followup report is missing any info on the misc entry opw-5405657 Forward-Port-Of: odoo/enterprise#109581 Forward-Port-Of: odoo/enterprise#106725