Friday, July 18, 2025
1 change · saas-18.1
Enhancements to existing features
Peppol document retrieval now runs in smaller batches for companies with high invoice volumes. This helps scheduled processing finish reliably instead of timing out, reducing delays in receiving electronic invoices.
Original PR description
For database with big invoice volume, it is necessary to be able to retrieve documents in smaller batches otherwise crons will timeout due to the 15 minutes limit. Add a retrigger mechanic to the possibly heavy crons. opw-4925532 Forward-Port-Of: odoo/odoo#218474 Forward-Port-Of: odoo/odoo#218383