Thursday, February 11, 2021
4 changes · master
Enhancements to existing features
This update makes documentation and training courses look and behave more consistently for learners. Documentation lessons can now be viewed fullscreen, course pages have more unified navigation and layout, and small wording and profile display issues were improved.
Original PR description
PURPOSE Lessen differences between documentation and training courses in eLearning frontend display. SPECIFICATIONS Allow documentation lessons to be seen in fullscreen mode. Default mode is still…
PURPOSE
Lessen differences between documentation and training courses
in eLearning frontend display.
SPECIFICATIONS
Allow documentation lessons to be seen in fullscreen mode. Default mode
is still the slideshare-like one but fullscreen is now available. This
imply notably computing category data in both modes to enable fullscreen
support and course lessons navigation.
Unify layouts. In this merge we
* use the left bar with course information on course page view on both
courses;
* unify menus and tabs;
* better integrate sale and forum as everything is not a single layout;
* move Type under Display to have all display related options within the
same option group;
* unify display, notably remove "+" on "+ Add Tags";
Finally provide some fixes for profile and rating, notably copywriting.
LINKS
Task ID-2275688
COM PR odoo/odoo#65454
UPG PR odoo/upgrade#2130
Co-Authored-By: Mariska Archielli <ram@odoo.com>
Co-Authored-By: Thibault Delavallée <tde@odoo.com>The mailing trace form has been redesigned to make delivery and contact details easier to review while preventing users from editing trace data that feeds mailing statistics. Users can now jump directly to the related mailing contact to manage blacklisting, opt-out requests, or corrections for email addresses and phone numbers.
Original PR description
[IMP] mass_mailing, mass_mailing_sms: revamp mail trace form - make all the mailing trace fields readonly inside the form, beacause a user would not want to edit a mailing trace as this will make the related statistics about the mailings incorrect - change the mailing trace form view interface to give more clarity to the user and to better separate between different fields - add a stat button to redirect the user to the coressponding mailing contact so that he can easily access the mailing contact in order to blacklist/output/correct the email address or the phone number - remove the warning messages in the mailing trace form view because the user already has all the information in the status bar of the form - update the inherited mailing trace form view located in the mass_mailing_sms module to adapt to the new changes in the trace form view of the mass_mailing module Task-2440420 Enterprise PR: odoo/enterprise#16105
Warehouse users can now see picking notes directly in the barcode app. Notes appear in the picking information view and as a dismissible alert when opening a picking, helping teams avoid missing important handling instructions.
Original PR description
Previous to this commit, any picking notes were not visible in the barcode app. This commit makes it so the note is now visible in the information view and in a dismissable alert when users open the picking (within barcode). Task: 2418688
Resolved issues and error corrections
The report designer pager now correctly switches between records while editing reports in Studio. This helps users preview and adjust reports across different records without getting stuck on the same one.
Original PR description
PURPOSE can't navigate records from report designer SPEC When navigate through records pager records shohld be changed. TASK 2304971