Thursday, August 7, 2025
1 change · saas-17.1
Resolved issues and error corrections
Arabic accounting report tables now use a smaller text size in PDFs, matching the previous version's layout. This prevents columns from being cut off in reports such as Aged Receivable, making exported PDFs readable for Arabic-language users.
Original PR description
The Aged receivable report goes out of page when the language is Arabic. ### Steps to reproduce: - Install a localization module like 'l10n_cl' to have more lines in the report - In the Settings add the Arabic language - Go in Accounting > Reporting > Aged Receivable - Change the language to Arabic by clicking on your icon > Preferences - Now click on the PDF button to download the PDF of the report - Some columns are cut out of the report ### Cause: The size of the Arabic texts on reports has increased between 17.0 and saas-17.1 breaking the template. ### Solution: Making the Arabic text in tables smaller (same size as in 17.0). opw-4089403