Tuesday, August 11, 2026
5 changes · master
Enhancements to existing features
Colombian electronic invoice reports now place the DIAN authorization information correctly when using the new compact layout. Odoo Studio also recognizes this layout, helping businesses use the new report style without losing required compliance details.
Original PR description
Adds the xpath for the DIAN authorization block to accommodate the new report layout: compact. Add the view for studio. task-6294364 Community PR: https://github.com/odoo/odoo/pull/279698
Belgian payroll users now see XML generation errors as a warning at the top of the 274.xx report screen. The related XLSX fields automatically realign when the error message is removed, keeping the form easier to read and use.
Original PR description
[IMP] l10n_be_hr_payroll: 274.xx xml report generation display error . If XML generation error is there, we show in the top as a warning . XLSX Field and file is realigned automatically when the error field is removed task-6422011
This update aligns several Odoo Enterprise apps with a newer internal way of building database queries. It should improve long-term reliability and maintainability without changing day-to-day user workflows.
Original PR description
https://github.com/odoo/odoo/pull/281422
Belgian payroll setup guidance now shows the correct 9-digit ONSS registration number format. Demo company and ONSS numbers were also corrected, reducing confusion during configuration, testing, or demonstrations.
Original PR description
The placeholder for the ONSS registration number was misleading as it had 10 digits instead of 9. This updates the placeholder to 083012308 and corrects the ONSS and company numbers in the Belgian demo data. Task-6421257
The customer view no longer shows a redundant subscription statistic. This reduces visual clutter and makes partner records easier to scan without removing core subscription functionality.
Original PR description
Remove the sale_subscription statistic hook from res.partner to reduce the space taken by application statistics in partner views. task-6385576