Wednesday, February 4, 2026
2 changes · 19.0
Enhancements to existing features
Customers now receive a clearer message when Xendit rejects a payment because the phone number was entered incorrectly. This helps shoppers understand what to fix, reducing confusion and support requests during checkout.
Original PR description
The error message returned from Xendit when there is input error on phone number is not understandable. Customers often don't know which information has been input incorrectly. task-5877596 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update simplifies the one-time payment form by removing a redundant version field. The form now automatically displays payments for the correct employee based on the context, ensuring accuracy and streamlining the process. This change improves usability and avoids potential errors.
Original PR description
… payment form The one time payment view is accessed only via the smart button on the employee form for a specific version. This view displays only that employee's one time payments for the selected version. Since the version is provided by the context and creating a payment for a different employee or version would not make sense, the version field is made invisible. Task: 5384437