Daily updates from Odoo
Thursday, December 12, 2019
3 changes · master
Enhancements to existing features
This update begins moving Odoo's mail and Discuss experience to a newer interface framework while keeping messaging responsive during loading. It should improve maintainability and prepare the product for future user-facing mail enhancements, with some visible loading behavior improvements in the messaging menu.
Sales teams can now find leads and opportunities by searching for a phone or mobile number, even if the number is typed without spaces or country-formatting symbols. This helps call center staff quickly identify a caller's open opportunities while limiting very short searches to avoid performance issues.
Original PR description
Allow users to look for leads and opportunities by using the phone number fields. This, for example, allows salesmen working in call centers to quickly retrieve all open opportunities of a specific person calling (with its phone number appearing). task-2122873
Website courses now calculate and display an estimated duration based on videos, PDFs, and manually entered slide times, excluding archived content. This helps learners understand the time commitment before starting a course, with durations shown in a clearer rounded format such as minutes or hours and minutes.
Original PR description
The duration of a course is now computed. The duration is equal the sum of the duration of all videos, plus the estimated time to read any PDF, plus the duration encoded on the other slides. The other types of slide have a field to encode the duration during its creation (not mandatory). Also, the computation take only the slides that are not archive. The format of the duration of a course on its tile is modified. It's now displayed like this : "x min" or "y hours x min". The duration displayed is also rounded to quarter of hour. Task ID : 2007294 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr