Monday, May 18, 2026
1 change · saas-18.4
New functionality added to Odoo
This update adds a new test to verify the structure of payment data sent to our payment processing system (Odoofin). This ensures that any changes to payment processing are caught during testing and prevents unexpected issues on the Odoofin side. It's a proactive measure to maintain data integrity.
Original PR description
Add a test asserting the payment payload structure sent to Odoofin. The goal is to safeguard against unintended payload changes that are not handled on Odoofin's side by making such changes explicit during testing, and reminding developers that corresponding updates may also be required there. No task ID Forward-Port-Of: odoo/enterprise#117260