Skip to content
Snippets Groups Projects
  1. Jul 23, 2023
  2. Jun 18, 2023
  3. Apr 30, 2023
  4. Apr 09, 2023
  5. Feb 26, 2023
  6. Jan 15, 2023
  7. Dec 04, 2022
  8. Nov 27, 2022
  9. Oct 16, 2022
  10. Jun 20, 2022
    • Rémi Rahir's avatar
      [FIX] hr_skills_slides: Fix completion step · 6e9d7615
      Rémi Rahir authored
      
      This commit addresses several issues:
      
      1. The overwrite of `_recompute_completion` was not properly filtering
      the partners that had actually completed the course. meaning that
      passing through this function could add a course/slide.channel as an
      employee skill iven if they did not complete it. Now, we only act upon
      employees that have actually finished the course.
      
      2. The function would add the same skill over and over again, assuming
      that we could only pass through it once but it is actually called every
      time we publish or archive any slide of a course since 9920f20e.
      This can lead to a bit of bloat on an employee resume  (See task
      attachments). Now, we try to make the function idempotent and only add a
      resumé line only once.
      
      3. The addition of a resume line could not be achieved and would raise
      an ACL when the current user was not an HR Officer (group `hr_user`).
      Since it can be called by any eLearning(`slides`) manager, a sudo
      privilege is necessary.
      
      Related Task: 2830016
      
      closes odoo/odoo#93555
      
      Signed-off-by: default avatarKevin Baptiste <kba@odoo.com>
      6e9d7615
  11. Jun 12, 2022
  12. Apr 24, 2022
  13. Apr 10, 2022
  14. Apr 03, 2022
  15. Dec 12, 2021
  16. Nov 14, 2021
  17. Oct 31, 2021
  18. Oct 03, 2021
  19. Sep 05, 2021
  20. Aug 15, 2021
  21. Aug 08, 2021
  22. Jul 26, 2021
    • Xavier-Do's avatar
      [FIX] *: add explicit license to all manifest · 4f683968
      Xavier-Do authored
      
      The license is missing in most enterprise manifest so
      the decision was taken to make it explicit in all cases.
      When not defined, a warning will be triggered starting from
      14.0 when falling back on the default LGPL-3.
      
      closes odoo/odoo#74231
      
      Related: odoo/enterprise#19850
      Related: odoo/design-themes#43
      Signed-off-by: default avatarXavier Dollé (xdo) <xdo@odoo.com>
      4f683968
  23. Jul 11, 2021
  24. Jun 27, 2021
  25. Jun 20, 2021
  26. Jun 13, 2021
  27. Jun 06, 2021
  28. Apr 25, 2021
  29. Apr 18, 2021
  30. Mar 28, 2021
  31. Mar 21, 2021
  32. Mar 07, 2021
  33. Feb 21, 2021
  34. Feb 14, 2021
  35. Feb 07, 2021
  36. Jan 31, 2021
  37. Jan 17, 2021
  38. Jan 10, 2021
  39. Jan 03, 2021
  40. Dec 20, 2020
Loading