Wednesday, December 24, 2025
1 change · 17.0
Resolved issues and error corrections
This update resolves an issue related to invoice QR codes generated for ZATCA compliance. Previously, the QR code included timezone information, which was incorrect. This change ensures the time data is sent in the correct Asia/Riyadh timezone format, meeting ZATCA requirements and avoiding potential processing delays.
Original PR description
In ZATCA phase 1, after converting the time to Asia/Riyadh timezone, the time information is added to the qr code in iso format which concatenates the timezone ("+03:00"). However, ZATCA expects the time to simply be sent as is in Asia/Riyadh timezone.
Task: 5319097
Description of the issue/feature this PR addresses:
Current behavior before PR:
Desired behavior after PR is merged:
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr