Daily updates from Odoo
Thursday, February 22, 2018
4 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
Resolved issues and error corrections
This update fixes a spelling mistake in the Indian payroll data. It improves the clarity and professionalism of payroll-related information without changing how the system works.
Original PR description
opw-1814701 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
This fixes a messaging issue where a user mention at the very end of a message could appear as plain text after sending. Mentions now display consistently, helping users clearly identify referenced colleagues in conversations.
Original PR description
Description of the issue/feature this PR addresses: https://www.odoo.com/web#id=813290&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: While mentioning the user in the message if the mentioned user is in the last of the message, after sending the message it looks likes the normal text. but if there is any text after that last mentioned user then it shows normally (as expected behavior). Desired behavior after PR is merged: Mentioning user works properly. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr