Tuesday, November 25, 2025
1 change · saas-18.4
Enhancements to existing features
This update allows users to backdate Saudi invoices within Odoo, resolving a previous limitation that prevented accurate reporting to ZATCA. By aligning the invoice confirmation date with the invoice date itself, this change ensures consistency and simplifies invoice processing for Saudi Arabia. This improves compliance and reduces potential discrepancies.
Original PR description
Previously, `l10n_sa_confirmation_datetime` represented the time where the invoice was posted, that meant that we could not backdate invoices, since it would cause disparity between what zatca receives and what we consider in odoo (i.e. `invoice_date`) This commit allows us to set the date component of `l10n_sa_confirmation_datetime` to the `invoice_date` so we can safely backdate invoices. task-5009969 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#236979 Forward-Port-Of: odoo/odoo#229517