Thursday, February 22, 2018
2 changes · master
Enhancements to existing features
The Discuss interface now aligns the “Add a channel” field more consistently with the channel list. This small visual improvement makes the messaging area look cleaner and easier to scan for users.
Original PR description
Task:https://www.odoo.com/web#id=54036&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.006df25a65f7158b92733dcb5c013b3a …nnel list Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website portal account form can now be adjusted more easily by choosing which fields are required or optional through a dedicated customization point. This reduces the effort needed to tailor customer account details for different business needs while also making the underlying logic more efficient.
Original PR description
Before this patch, to just add or remove a field from the `/my/account` form was a pain. With this patch, you just have to override the new provided `_details_form_fields` method. It also optimizes a bit the algorithm by using sets. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @Tecnativa