Thursday, August 8, 2019
2 changes · master
Enhancements to existing features
This update redesigns the eLearning course editing screen so teams can organize lessons and sections directly in one place, including drag-and-drop ordering and quick content additions. It also improves course statistics, ratings display, upload feedback, and fixes several editing and viewing issues, making course administration smoother and more reliable.
Original PR description
PURPOSE This PR completely reworks the slide.channel form view. Notably slide categories management should be simplified like SO or invoices sections. SPECIFICATIONS This merge * improves the content…
PURPOSE
This PR completely reworks the slide.channel form view. Notably slide categories
management should be simplified like SO or invoices sections.
SPECIFICATIONS
This merge
* improves the content management from the form itself by adding a tree view
of slides with the possibility of drag and dropping slides from category to
category;
* adds buttons to quickly add content or certifications in the slide tree
views;
* reorders the tabs and fields on channel view and update some labels;
* adds a custom float field widget so that the ratings are actually displayed
as stars;
* contains some fixes and light improvements related to recent merges in
elearning application, especially backend;
In order to implement the content management in the channel form, the model
slide.category has been removed. Instead of having a fully fledged model for
the categories we now use slide.slide with a is_category flag.
LINKS
Task 1978731
PR #33255Mobile users selecting linked records will now see a more touch-friendly card view instead of dense lists. This makes choosing related items easier across apps such as Accounting, CRM, HR, Fleet, Events, Maintenance, and Email Marketing, while hiding actions that are not useful during selection.
Original PR description
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