Skip to content
Snippets Groups Projects
  1. Sep 17, 2023
  2. Sep 10, 2023
  3. Sep 03, 2023
  4. Aug 27, 2023
  5. Aug 20, 2023
  6. Aug 13, 2023
  7. Aug 06, 2023
  8. Jul 30, 2023
  9. Jul 23, 2023
  10. Jul 19, 2023
    • Louis Wicket (wil)'s avatar
      [FIX] mail, *: fix grammar error in field help · 57ece624
      Louis Wicket (wil) authored
      
      This commit fixes a really old grammar error in the help message of the
      message_needaction_counter field.
      
      Before this commit: “Number of messages which requires an action”
      After: “Number of messages requiring action”
      
      The subject of “require” is “messages”, which is third-person plural, so
      it can't take the -s suffix.
      
      closes odoo/odoo#128929
      
      Related: odoo/enterprise#44299
      Signed-off-by: default avatarLouis Wicket (wil) <wil@odoo.com>
      57ece624
  11. Jul 16, 2023
  12. Jul 09, 2023
  13. Jul 02, 2023
  14. Jun 25, 2023
  15. Jun 22, 2023
    • Benoit Socias's avatar
      [FIX] *: adapt front-end HTML field sanitization · 2d1066ff
      Benoit Socias authored
      
      *: account, event_booth, gamification, hr, project,
         website_event_track, website_hr_recruitment, website_slides
      
      HTML fields that appear in the front-end can be modified using the
      website editor. Some of them are sanitized in a way that breaks the
      behavior of snippets that can be dropped within them.
      
      This commit adapts the sanitization of those HTML fields so that the
      snippets behave as expected.
      
      opw-3267589
      
      closes odoo/odoo#125650
      
      X-original-commit: 477cd32c7924ce79e8f29cf567fbbc625f24534f
      Related: odoo/enterprise#42802
      Signed-off-by: default avatarRomain Derie (rde) <rde@odoo.com>
      2d1066ff
  16. Jun 18, 2023
  17. Jun 11, 2023
  18. Jun 09, 2023
  19. Jun 04, 2023
  20. May 28, 2023
  21. May 23, 2023
  22. May 21, 2023
  23. May 16, 2023
    • Florian Charlier's avatar
      [FIX] gamification: update internal users goals · fbd919f9
      Florian Charlier authored
      
      For performance reason, we avoided computing goals for the set of users
      that didn't log in recently (See ec0c0f29).
      However, users can stay logged in for a while without having a new "log
      in event" (password asked), such that active internal users can keep
      old values in their challenges when reports are sent, which is not good.
      
      Until an improvement can be implemented in master, we drop this time
      constraint for active internal users.
      
      A test is added, checking the behavior of the method called by the cron.
      
      Task-3226408
      
      closes odoo/odoo#121483
      
      X-original-commit: 6c77dd82
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      fbd919f9
  24. May 14, 2023
  25. May 07, 2023
  26. Apr 26, 2023
  27. Apr 17, 2023
  28. Apr 16, 2023
  29. Apr 09, 2023
  30. Apr 02, 2023
  31. Mar 26, 2023
  32. Mar 22, 2023
    • Florian Charlier's avatar
      [FIX] gamification: set a working default user domain for challenges · 502b96c7
      Florian Charlier authored
      
      Fix applied to ease user experience after the user_id field removal
      for performance in 509b4cad.
      
      This is a simple fix to allow users to have ready filters available
      instead of having to enter them. This is especially helpful because,
      for performance reason, when no domain is selected, no user will be
      added, even though the widget on the webclient shows that all user
      records are matched and will be added.
      
      This is why [("active", "=", True)] is also added, allowing to simply
      remove the "internal user" rule to really have all users if desired.
      
      Task-3214005
      
      closes odoo/odoo#116012
      
      X-original-commit: 5a6e585e3294430126a9da3c7392942c91a9fffd
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      502b96c7
  33. Mar 20, 2023
  34. Mar 19, 2023
  35. Mar 12, 2023
  36. Mar 05, 2023
  37. Mar 02, 2023
    • Jordan D. (Joda)'s avatar
      [FIX] gamification: fix wrong condition in template · 10f9dc1f
      Jordan D. (Joda) authored
      
      How to reproduce
      =================
      
      Give a badge to an employee, when checking the sent mail, The image and
      description of the badge is nowhere to be seens.
      
      Those fields don't display because the description contains P html tags.
      The presence of the removed `t-if` is the main cause of the issue.
      Adding a `not` to the condition solves the issue. This not was lost
      during the Jinja -> Qweb translation (commit 68182baf)
      
      opw-3099419
      
      closes odoo/odoo#114232
      
      X-original-commit: c90add64
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      10f9dc1f
  38. Feb 26, 2023
  39. Feb 20, 2023
  40. Feb 13, 2023
Loading