Tuesday, April 14, 2026
1 change · saas-18.2
Enhancements to existing features
This update enhances the reliability of order updates for German Point of Sale (POS) certifications by ensuring sequential processing of changes. Additionally, redundant UI validation for ZIP codes and addresses has been removed, streamlining the user experience. This change improves order consistency and reduces unnecessary steps for users.
Original PR description
In this commit: ------------------- - We have added logic to execute API calls using a mutex for order updates (such as line updates and removals). This ensures that each update is processed (sequentially), allowing us to properly track and maintain order consistency. - We removed the ZIP and address validation on the UI since the backend already assigns default values if they are missing. So, there’s no need to restrict the user on the UI. task:5941742 Forward-Port-Of: odoo/enterprise#108694