Daily updates from Odoo
Tuesday, March 27, 2018
3 changes · master
New functionality added to Odoo
Users can now create personal reminders in the mail activity area without linking them to a specific business record. This makes it easier to manage personal to-do items from the activity menu, including quick creation and tracking from the systray.
Original PR description
Task: https://www.odoo.com/web#id=41745&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad : https://pad.odoo.com/p/r.240dcafbaec338a169eaea8e07988a88 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
Helpdesk tickets and employee appraisals now create and manage reminders automatically, helping teams stay on top of deadlines, interviews, and surveys. The appraisal flow also avoids failures when a recipient has no email address and reduces unnecessary chatter notifications.
Original PR description
Task: https://www.odoo.com/web?#id=39578&view_type=form&model=project.task&action=333&active_id=965&menu_id=4720
Resolved issues and error corrections
This fix ensures that when an opportunity has both a salesperson and a sales team, they remain aligned. It prevents inconsistent CRM records where a salesperson from one team is assigned to an opportunity under another team, improving data accuracy and sales reporting.
Original PR description
- Create a Salesperson A in Sales Team A - Create an opportunity, save - Edit the opportunity, change the Salesperson to A and Sales Team to B - Save => the Sales Team is set to A - Edit, change the Sales Team to B, save => you are allowed to save The behavior is inconsistent. In case there is a Salesperson and a Sales Team set, we must force the the Salesperson and the Sales Team to be consistent. opw-1830825 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