Saturday, October 19, 2024
1 change · master
Resolved issues and error corrections
This update fixes several user-facing issues across website editing, checkout display, accounting localizations, and point of sale invoicing. It also adds upcoming Peppol e-invoicing support for Australia/New Zealand and Singapore, helping businesses stay compliant with regional requirements.
Original PR description
The current implementation of webhook triggers is synchronous, potentially leading to slow requests and missed notifications that can be problematique for integration. To be able to monitor and improve webhook delivery, I propose to use a cron trigger to execute the job. This will bring two main advantages: - Non-blocking requests: Improved server performance and responsiveness. - Enhanced monitoring and error handling: Ability to implement retry mechanisms, alerts, and monitoring solutions. This is a work in progress awaiting for feedback. 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