Skip to content
Snippets Groups Projects
  1. Jul 31, 2019
    • qmo-odoo's avatar
      [IMP] website_slides: lesson template improvements · 2fe6274b
      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: default avatarThibault Delavallee (tde) <tde@openerp.com>
      2fe6274b
    • qmo-odoo's avatar
      [IMP] website_slides: Slide form view revamp · 9c5e4338
      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
      9c5e4338
  2. Jul 30, 2019
    • qmo-odoo's avatar
      [IMP] website_slides: Fix slides displayed by category · 153de28c
      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
      153de28c
  3. Jul 26, 2019
  4. Jul 23, 2019
  5. Jul 21, 2019
  6. Jul 14, 2019
  7. Jul 11, 2019
  8. Jul 09, 2019
  9. Jul 07, 2019
  10. Jul 01, 2019
  11. Jun 30, 2019
  12. Jul 11, 2019
    • Lucas Perais (lpe)'s avatar
      [FIX] website_slides: statistics recompute when toggle website published · 45847248
      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: default avatarLucas Perais (lpe) <lpe@odoo.com>
      45847248
  13. Jun 30, 2019
  14. Jun 24, 2019
    • qmo-odoo's avatar
      [IMP] website(_sale)_slides: Add login,join,buy button on quiz · cd8afe85
      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: default avatarThibault Delavallee (tde) <tde@openerp.com>
      cd8afe85
  15. Jun 23, 2019
  16. Jun 30, 2019
  17. Jun 28, 2019
  18. Jun 24, 2019
  19. Jun 21, 2019
  20. Jun 20, 2019
  21. Jun 19, 2019
  22. Jun 28, 2019
    • Thibault Delavallée's avatar
      [FIX] gamification, website_{profile, slides}: correctly display next rank · cd039b64
      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
      cd039b64
    • Thibault Delavallée's avatar
      [FIX] website_profile: fix leaderboard / top3 computation · d5f8e399
      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
      d5f8e399
  23. Jun 18, 2019
  24. Jun 17, 2019
  25. Jun 18, 2019
  26. Jun 17, 2019
Loading