Daily updates from Odoo
Friday, May 1, 2026
1 change · master
Resolved issues and error corrections
This update corrects an issue where financial reports (Balance Sheet, P&L, Tax Report) were printed with zoomed-in layouts due to a default paper format setting. The change now uses the standard Euro paper format for these reports, ensuring accurate and professional printing.
Original PR description
for financial reports DIN 5008 paper format (dpi=70, postal margins) was applied to all reports because it is set as the company default by both the Swiss and German localizations. This caused financial reports (Balance Sheet, P&L, Tax Report) to appear zoomed in when printed to PDF. DIN 5008 is only appropriate for documents sent by post (invoices, credit notes, follow-up letters). Override `get_paperformat` in each localization to return the standard Euro format when rendering accounting reports. task-6053938 Forward-Port-Of: odoo/enterprise#114330