Tuesday, October 27, 2020
5 changes · master
Enhancements to existing features
Odoo now avoids sending email and chatter notifications to users whose accounts are inactive. This reduces unnecessary messages and helps keep communications focused on current active users across mail, CRM, channels, and blog activity.
Original PR description
PURPOSE Inactivate user should not receive any notification. SPECIFICATION Only active users will be notified by mail. LINKS PR https://github.com/odoo/odoo/pull/46349 Task-2008147 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Digest KPI periods now use rolling time windows, such as the last 24 hours, instead of calendar days. This makes trial and newly created data appear in statistics sooner, and the connect button now sends users to the main site so they are not blocked before database activation.
Original PR description
Purpose ======= Change the logic of the KPI "Day-1" to "Last 24 hours", so new freshly created data in the free trial are included in the statistics (same for last week and last month logic). Change the URL of the "connect" button from "/web/login" to the root URL (so the user is not stuck if he didn't activate yet his database). Task 2359406
The CRM settings page has been reorganized so related options are grouped more logically and easier to find. The predictive lead scoring warning text and action wording were also clarified to help users better understand the setting.
Original PR description
PURPOSE: improve ui in CRM setting SPECIFICATIONS: - crm pls warning msg imp https://tinyurl.com/y67ug3fr - settings cleanup https://tinyurl.com/y5lwqwe6 LINKS Task: https://www.odoo.com/web?#id=2351582&action=4043&model=project.task&view_type=form&cids=2&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now click a person's name in a chat header to quickly open their employee profile when available, or their contact record otherwise. This makes it easier to identify colleagues and learn more about people messaging them without searching manually.
Original PR description
PURPOSE: It often happens that someone will send you a message, but you don't actually know who is the person within the company. In this context, it would be practical to have direct access to that person's public user or employee form in order to get more information. SPECIFICATIONS: on hover, display the name of the user is bold + underlined if the user clicks on the name, redirect to: - the employee form if the hr module is installed and if the user is linked to an employee - else redirect to the partner form LINKS: Task: https://www.odoo.com/web#id=2252924&action=4043&model=project.task&view_type=form&cids=2&menu_id=4720 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update cleans up unused website editor code and improves related test guidance. It helps keep the website editing experience easier to maintain with no expected change for everyday users.