Daily updates from Odoo
Friday, February 15, 2019
6 changes · master
New functionality added to Odoo
Online courses can now include certification activities that link learners to approved surveys and let successful participants download their certificate. This makes eLearning courses more useful for formal training programs while keeping survey setup and attempt rules managed in the existing survey app.
Original PR description
Task #1940360 Subtask of #1902304 Purpose ======= Adds certification capabilities to the website_slides module. Channel/courses can now include certifications as a new type of slide. This new type of…
Task #1940360 Subtask of #1902304 Purpose ======= Adds certification capabilities to the website_slides module. Channel/courses can now include certifications as a new type of slide. This new type of slide is available as a "Certification" button on the slide creation frontend view (next to "Video", "Presentation", ...). Users have to link the slide to an actual survey that has the 'certificate' field set to true (that will populate the slide's survey_id field). Slides of type certification are handled in frontend in a very simple way for now: - A button "Begin certification" that redirects the user to the related survey frontend. - A button "Download certification" when the user has succeeded the certification. (A new download route has been added in the survey module to make it work.) - When the survey is done, if it's linked to a slide, a button "Go back to course" allows the user to go back to the slide frontend. (There is a special use case for when the website_publisher designing the survey lands on a certification slide: he is allowed to test the survey with a survey_input created as test_entry) Survey creation as well as limited time, limited number of attempts, ... are still completely handled in the survey module. That means that the user will have to first create a suitable survey that is a certification and only then create a slide of type "certification" and link the created survey to it. Ideally, the taking of the survey should be transparently included in the slide frontend but it requires a full refactoring of the way surveys are submitted. This will most likely come in a later commit. This commit is an advanced merge of full eLearning module (see task #1902304).
The Slides app now presents courses with a modern eLearning-style homepage, highlighting popular, new, and in-progress courses. Course pages, filtering, paid course support, forum links, ratings, avatars, gamification, and demo content were improved to make the learning experience more engaging and easier to browse.
Original PR description
This merge proposes a new homepage for slides module evolving towards an eLearning platform. This merge closes task 1936153 and PR #30770. More generally this merge is linked to currently under heavy…
This merge proposes a new homepage for slides module evolving towards an eLearning platform. This merge closes task 1936153 and PR #30770. More generally this merge is linked to currently under heavy work slides module update to eLearning [1][2]. It includes * a new main page displaying top courses / channels. It displays 3 most popular and newest channels as well as its ongoing courses (if logged). Achievements and karma update done by eLearning community allow to give a gamification look and feel; * an 'All' page displaying all courses / channels. Tag groups and tags allow to search / filter displayed courses; * a new pimped and revamped display for main course / channel page; * new demo data for slides and small addition of demo data in bridge module with website_sale and website_forum; Some features may not be completely working as other tasks will continue to improve the display, notably new slide display [1], some forum / slide link improvements [3] and certification integration [4]. Some code cleaning will come in future update as this merge allows to unblock those other tasks. For more details see sub commits. And thanks to the RD Fun SM Team. Much fun, much SM. [1] main eLearning task: task ID 1902304 - PR #29876 [2] new user profile /gamification: task ID 1922159 - PR #30514 [3] forum and comments upgrade: task ID 1940516 - PR #30514 and #31097 [4] certification inside eLearning: task ID 1940360 - PR #31060
Adds a new HR Skills module so companies can record employee resume details and skills in one place. Employees and HR users can maintain resume entries, skill levels, and grouped skill information, making it easier to prepare consultant profiles for customers and internal reporting.
Original PR description
Purpose ======= Consultancy companies need resumé and skills of their consultants. For big projects, they often need to send them to their customers. These informations are also useful to statistics.…
Purpose ======= Consultancy companies need resumé and skills of their consultants. For big projects, they often need to send them to their customers. These informations are also useful to statistics. Specification ============= 1. Resumé Being able to add resumé lines of multiple types (Experience, Eduction, Hobby, etc) Resumé lines are displayed, grouped by type, in a new 'Resumé' tab in the employee form. Each resumé line has a title, an optional description, a start date and an optional end date. Each employee should be able to edit its own resumé. An hr_user is also allowed to edit resumés. Resumé lines can be reordered (handle widget) 2. Skills Allow to add different skills. Each skill is associated with a type (Languages, marketing, dev, ...) Employees can have a level for each skill. Skill levels can be added by skill, They have a name and a progress (from 0 to 100). Employee skills are displayed in the Resumé tab, grouped by skill type. 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
This update adds a reusable website profile experience that brings together user activity, gamification ranks, and progress across forums and eLearning. It also lets courses connect to forums and improves course statistics, making it easier for users to see achievements and continue engaging with learning content.
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
Odoo Enterprise now includes a dedicated Field Service Management app to help teams plan onsite work, track time, add materials to jobs, and create quotations or sales orders from tasks. It also adds intervention reports and improved planning views, giving service teams a more complete workflow from scheduling to billing.
Original PR description
This pull request adds Field Service Management functionality into Odoo. Some features have been regrouped into several small modules, integrated in a new App : - project_enterprise brings planning feature to projects (with gantt view) - sale_timesheet_enterprise brings a timer on the tasks, creating automatically timesheets from recorded time. - sale_project_timesheet_enterprise allows to create quotations from tasks - industry_fsm: the App, with new kanban and form view on tasks, and the ability to link material (products) to tasks, through a tweaked kanban view. These products, as well as time recorded will be added to the sales order created from the task. - industry_fsm_report: add the possibility to create reports for tasks, with the creation of templates via Studio. More detail about each of these modules can be found in their respective commit messages. Task-1928442 Task-1929681 Closes #3639
Adds a depreciation table report for asset accounting, supporting accounting firms with required annual accounts documentation. This provides a formal report needed for legal compliance around asset depreciation.
Original PR description
OPW 1925898 We absolutely need the depreciation table for accounting firms. This is a legal document for "comptes annuels"..