- Jul 31, 2019
-
-
qmo-odoo authored
This commit adds the number of comments on the comments tab and also improves the design of the pdf sharing options Task: 1978736 PR: #34232 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
qmo-odoo authored
This commit improves the user experience in the slide.slide form view by reorganizing fields, renaming fields and hiding unnecessary fields. This commit also introduces two new fields: - comment_count: computed field that gets the number of comments on the slide - channel_allow_comment: Related field to the channel_id.allow_coment. This field is used to hide/show unnecessary fields TaskID: 1978736 PR: #34232
-
- Jul 30, 2019
-
-
qmo-odoo authored
This commit fixes an issue where only three slides would be displayed instead of four in a category of the course page. This was due to the promoted slide being ignored in its own category. After this commit, the promoted slide will appear in the promoted slot AND in its category TaskID: 1952064 PR: #32229
-
- Jul 26, 2019
-
-
Yenthe666 authored
for easy xpaths closes odoo/odoo#34909 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Yenthe666 authored
For better rendering closes odoo/odoo#30629 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jul 23, 2019
-
-
Juhil Somaiya authored
Before this commit, the navigation menu was not clickable because of higher z-index of the slides fullscreen menu. This commit fixes that by correctly setting z-index, using the standard variable to avoid custom values. task-2036877 closes odoo/odoo#35107 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jul 21, 2019
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Jul 14, 2019
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Jul 11, 2019
-
-
Lucas Lefèvre authored
When answering a quiz, the button "Check your answers" is not displayed when not in fullscreen. JS error: `def.resolve is not a function` because an already instantiated Promise does not have a resolve function. A promise cannot be resolved from outside its callback scope. closes odoo/odoo#34762 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
- Jul 09, 2019
-
-
Julien Castiaux authored
opw-2032459 closes odoo/odoo#34686 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
- Jul 07, 2019
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Jul 01, 2019
-
-
Odoo Translation Bot authored
-
- Jun 30, 2019
-
-
Odoo Translation Bot authored
-
- Jul 11, 2019
-
-
Lucas Perais (lpe) authored
As a portal user, complete some steps within a course Completing all of them makes the course completion to 100 % Now, in the backend, unpublish one of these steps Before this commit, the completion was not taking into account that a step did not "exist" anymore i.e. has been unpublished, leading to a completion > 100% After this commit, we search only for steps that are published The completion cannot exceed 100% OPW 2033553 closes odoo/odoo#34800 Signed-off-by:
Lucas Perais (lpe) <lpe@odoo.com>
-
- Jun 30, 2019
-
-
Odoo Translation Bot authored
-
- Jun 24, 2019
-
-
qmo-odoo authored
This commit improves the elearning onboarding on the quizzes If the user is not logged in, a log in button will show up under the quiz If he is logged in but not a member of the course and the course is public, a join button will appear under the quiz If the course needs to be bought, a buy button will appear under the quiz. If the course is on invite only, a message under the quiz will inform the user about it TaskID: 2003986 PR: #33861 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jun 23, 2019
-
-
Odoo Translation Bot authored
-
Odoo Translation Bot authored
-
- Jun 30, 2019
-
-
Odoo Translation Bot authored
-
- Jun 28, 2019
-
-
Jeremy Kersten authored
Before this commit, all url of channel were using `web.base.url` instead of the current website domain. Fixes #32348 The override of `get_base_url` method should not be forward ported after saas-12.4 as since saas-12.5 it is now a model method (f727cd26). closes odoo/odoo#34421 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com> Co-authored-by:
qsm-odoo <qsm@odoo.com>
-
- Jun 24, 2019
-
-
Jeremy Kersten authored
And hide if no time set task-fpreq closes odoo/odoo#34346 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
- Jun 21, 2019
-
-
Christophe Simonis authored
-
- Jun 20, 2019
-
-
Jeremy Kersten authored
closes odoo/odoo#34283 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
- Jun 19, 2019
-
-
Jeremy Kersten authored
-
Patrick Hoste authored
Before, a portal user who tried to share a slide by mail got a Odoo Server Error. He will now be able to share it without any error. closes odoo/odoo#34320 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jun 28, 2019
-
-
Thibault Delavallée authored
This fix correctly displayed motivational of next rank to achieve depending on current karma. Indeed description_motivational field is not the motivational to reach next rank but to reach the current rank, taken from previous rank point of view. That way a given rank is configured by modifying only 1 data. When not having any karma points (newly created user) the next rank is computed as being the first available rank. Motivational phrases and badges are updated accordingly. This commit partially reverts 489c8623. Result * new user with no karma: next rank is the first rank; * user with karma and next rank: as currently; * user being at final rank: next rank is just current rank with a 100% circle; Linked to task 2005840 Related to PR #34220
-
Thibault Delavallée authored
Contains some small fixes * correctly order leaderboard by descending karma, not creation date; * top 3 users displayed in footer banner should be published, otherwise displayed images do not match the top 3 displayed in the page displayed when clicking; * correctly say Leaderboard is an overall leaderboard, not only limited to the current week; Linked to task 2005840 Related to PR #34220
-
- Jun 18, 2019
-
-
Priyanka Kakadiya authored
before this commit: When a user tries to see an archived slide, it throws an internal server error instead of 404 page after this commit: 404 page will be shown if a slide is archived task- 2018147 closes odoo/odoo#34198 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jun 17, 2019
-
-
mgh-odoo authored
When user uploads video and set thumbnail from Promote > optimize SEO > social share, it shows a small image that changed to a large resolution image Task-2010019 closes odoo/odoo#34177 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jun 18, 2019
-
-
sri-odoo authored
The '#wrap' id is needed by website themes to correctly handle layout options. closes odoo/odoo#34209 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
Patrick Hoste authored
Including * change h4 to h1 on the slide page; * add the rel='canonical' link header on the fullscreen view in order to improve SEO and links; * add space between quiz questions; * remove social share statistics as they are broken and not really useful; * moved tabs before the Quiz on the slide page; * allow to modify slide in backend by removing some readonly attributes; Linked to task ID 2010024 Related to PR #34176 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jun 17, 2019
-
-
sri-odoo authored
Open the right tab clicking on "Write a review" part of: https://github.com/odoo/odoo/pull/34151 closes odoo/odoo#34151 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
sri-odoo authored
Keep consistency using the same icon (home) when referring to the main course page. Prior to this commit both "back to course" and "exit fullscreen" actions had the same icon. part of: https://github.com/odoo/odoo/pull/34151
-
sri-odoo authored
On mobile, don't show automatically the sidebar in order to avoid covering the lesson's content. The user will have to click on the toggle button to open it. part of: https://github.com/odoo/odoo/pull/34151
-