Thursday, February 11, 2021
6 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
The Activities form now shows which document an activity is linked to, making it easier for users to understand its context. Unnecessary action buttons were removed from this technical view to make the form cleaner and less confusing.
Original PR description
**PURPOSE** The current form view of Activities(from the technical settings) is not very useful. There is no indication of which document the activity is linked and the buttons like save/discard etc. looks weird within the form view. **SPECIFICATION** -Adding field 'res_name' for indication of document at the top of the form which is read-only. -Removing 'save', 'discard', 'mark as done' and 'done & schedule next' buttons within the form and simply make a form view without buttons. **LINKS** PR https://github.com/odoo/odoo/pull/63121 Task-2371023
CRM lead cards in the kanban view now show the same tag colors configured elsewhere. This makes it easier for users to visually identify and organize leads at a glance.
Original PR description
Currently if we create coloured tags for leads in crm from the form view the same is not appearing in the respective kanban view. So in this improvement we fixed this tag colour in kanban view. Task-id : 2453047
The Marketing Automation mailing trace form was updated so the Marketing trace field appears in the right place after related community changes. This keeps the form layout consistent and easier to read for users reviewing mailing activity.
Original PR description
make the Marketing trace field positionned below the message_id field to adapt to community changes, see community PR: https://github.com/odoo/odoo/pull/65469 Task-2440420
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