Daily updates from Odoo
Thursday, December 25, 2025
2 changes · saas-18.4
Resolved issues and error corrections
This update resolves an issue preventing invoices from correctly scanning with ZATCA. The previous system incorrectly included timezone information in the QR code, which ZATCA requires to be sent without timezone data. This change ensures invoices meet ZATCA's requirements, facilitating accurate processing.
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
Forward-Port-Of: odoo/odoo#241075This update fixes inaccuracies in the module description for the Danish localization (l10n_dk) within Odoo. The changes ensure accurate and consistent information for users and stakeholders. This is a routine maintenance update.
Original PR description
There were some mistakes in the Danish part of the module description. This commit corrects those mistakes. Forward-Port-Of: odoo/odoo#239180