Friday, April 23, 2021
2 changes · master
Enhancements to existing features
The Mail app’s message suggestion logic has been reorganized into dedicated reusable parts. This simplifies future maintenance and makes it easier to bring the same suggestion experience to other messaging areas without duplicating work.
Original PR description
This will reduce composer model complexity and allow to reuse suggestion code inside other component. task-2447140
This change makes it easier to add custom fields to the signup form without replacing the whole signup process. It helps businesses adapt customer registration to their needs with less development effort and lower maintenance risk.
Original PR description
Description of the issue/feature this PR addresses: In case you want add some custom field during sign up, you should override all method. @odony -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr