Thursday, June 16, 2016
3 changes
Enhancements to existing features
Event registration forms now display each question and answer together on its own line, making long or numerous questions easier to read. This improves the sign-up experience by preventing crowded or confusing layouts for attendees.
Original PR description
...tion/answer on next line Task: https://www.odoo.com/web?#id=12217&view_type=form&model=project.task&menu_id=3942&action=327 Pad: https://pad.odoo.com/p/r.9pmLDPCHRm4ZMoyN
The website payment form now shows available payment methods as clear radio button choices. Customers can also add a new payment method through a popup, making checkout account management simpler and faster.
Original PR description
Description of the issue/feature this PR addresses:
Improvement in payment method form.
Task: https://www.odoo.com/web#id=24029&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720
Pad: https://pad.odoo.com/p/r.b3dfac85f12ef92ff2d06bf2c5f65c02
Current behavior before PR:
Desired behavior after PR is merged:
- Added popup for creating new payment method.
- Display all payment method in a radio button format.
##
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prCode cleanup and technical improvements
This update modernizes a central part of Odoo's underlying platform so future changes can be built and maintained more reliably. It also removes outdated internal behavior and fixes issues in relationship checks and advanced searches, improving data handling accuracy across several areas.