Monday, April 21, 2025
1 change · master
Enhancements to existing features
Appointment customers can now use the details they entered while booking to go straight to payment, reducing repeated form-filling and checkout friction. The appointment confirmation card was also refreshed to better match related event confirmation pages.
Original PR description
This commit includes the following changes to streamline the checkout experience: - Create a partner using the name, email, and phone number provided during the appointment booking process. This will allow users to skip several steps and proceed directly to payment, resulting in a seamless checkout experience. When an appointment is booked, a partner is automatically created with the provided details, and the user is redirected straight to the payment page, bypassing any unnecessary steps. - Improved the overall user interface of the appointment confirmation card to align with the event confirmation layout. - Modified a string in the test case to reflect the changes made on the actual payment success page. task-4307281 See also: https://github.com/odoo/odoo/pull/198731