Daily updates from Odoo
Friday, October 11, 2019
4 changes
Enhancements to existing features
Visitors can now start preview quiz content without logging in first, reducing friction for prospective learners. They are asked to sign in, join, or buy the course only when they want to validate or view their answers.
Original PR description
Before this task, the user had to login to take a quiz.
After this task, the user can take to the quiz and the login to check his answers.
{Onboarding: no need to login before take a quiz}
SPECIFICATION
On a course content with a Quiz and the Preview activated,
allow the user (not logged or not attendee of the course)
to take the quiz but, checking the results, ask him to login.
If logged-in but not attendee of the course:
- If free: above the btn "Submit", add: Join the course and
- If Payment: above the "Buy the course" btn add: To validate your answers
task-id: 2045571
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-prThe settings pages now use a mobile-friendly tab style consistent with other mobile views, making navigation easier on phones and tablets. The change also shares common code with the mobile kanban layout, which should make future maintenance more efficient.
Original PR description
With this commit, we apply the same style used by the mobile kanban view to the settings tabs. To made easier the code maintainability we create a Javascript mixin to allow the code sharing between these two cases.
The Timesheet Entries report is easier to read by separating project and task information into distinct columns. When all entries belong to one project, the report title now names that project and removes the redundant project column, reducing clutter for users reviewing timesheets.
Original PR description
Task:https://www.odoo.com/web#id=2027729&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.b314b3cc84c3dca119342c6ae50162ef 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
The Gantt day view header now includes the day of the week, making schedules easier to read at a glance. This helps users quickly understand which weekday a planned date falls on without checking a calendar.
Original PR description
After this commit, The header of the day in gantt view is changed from: (dd month yyyy) to (day of the week, month dd, yyyy) task- 2065406 pad link- https://pad.odoo.com/p/r.132fa170cf60bc507b33d948f56472c1