Skip to content
Snippets Groups Projects
  1. Sep 25, 2023
  2. Sep 24, 2023
  3. Sep 17, 2023
  4. Sep 10, 2023
  5. Sep 03, 2023
  6. Aug 30, 2023
    • Louis Wicket (wil)'s avatar
      [I18N] bg.po: properly translate New · 73512e95
      Louis Wicket (wil) authored
      
      For some reason, “New” has been translated as “Nieuw” in Bulgarian, but
      this is not Bulgarian, this is Dutch.
      
      This commit replaces all occurrences of “Nieuw” with “Нов”, which is the
      correct translation for “New” in Bulgarian.
      
      closes odoo/odoo#133582
      
      Related: odoo/enterprise#46542
      Signed-off-by: default avatarLouis Wicket (wil) <wil@odoo.com>
      73512e95
  7. Aug 27, 2023
  8. Aug 20, 2023
  9. Aug 13, 2023
  10. Aug 06, 2023
  11. Jul 30, 2023
  12. Jul 23, 2023
  13. Jul 16, 2023
  14. Jul 11, 2023
  15. Jul 09, 2023
  16. Jul 02, 2023
  17. Jun 25, 2023
  18. Jun 18, 2023
  19. Jun 15, 2023
  20. Jun 11, 2023
  21. Jun 06, 2023
    • Aurélien Warnon's avatar
      [FIX] website_slides: allow portal users to share slides by email · 5130765d
      Aurélien Warnon authored
      
      Sharing content by email as portal is not working and raises an AccessRecord
      because we are trying to access the "email_formatted" field of the company.
      
      This is solved by adding 'compute_sudo' to the computed field.
      
      Indeed, we want portal users to be able to read the email address of the
      company while they cannot access res.partner records.
      
      A tour has been adapted to ensure this behavior.
      
      Task-3349132
      
      closes odoo/odoo#123647
      
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      5130765d
  22. Jun 04, 2023
  23. May 28, 2023
  24. May 21, 2023
  25. May 14, 2023
  26. May 07, 2023
  27. May 04, 2023
  28. Apr 30, 2023
  29. Apr 25, 2023
    • Nasreddin Boulif (bon)'s avatar
      [FIX] website_slides: Raise error if not responsible on invite · d341efaf
      Nasreddin Boulif (bon) authored
      
      Steps to reproduce:
      
      - Install `E-learning` module
      - Create a user X with only "Officer" as rights for `E-learning`
      - Login with user X
      - Go to `E-learning` and open any course
      - Ensure that the user X is not the responsible and that the course
        enroll policy is set to "On invitation"
      - Invite any user not already a member
      
      Issue:
      
        No user was invited (not added as member) and no warning message
        raised.
      
      Cause:
      
        Due to the ir.rule "Channel: officer: create/write own only", the
        `Officer` user can only edit (and therefore invite members) on
        courses where he is responsible.
      
      Solution:
      
        Add a context key to the 'Invite' buttons in the `Form` and `Kanban`
        views of `slide.channel` model so that we can raise an error only in
        these flows if the user does not have the rights to invite members.
      
      opw-3133733
      
      closes odoo/odoo#111642
      
      Signed-off-by: default avatarWarnon Aurélien (awa) <awa@odoo.com>
      d341efaf
  30. Apr 16, 2023
  31. Apr 09, 2023
  32. Mar 27, 2023
  33. Mar 19, 2023
  34. Mar 12, 2023
  35. Mar 05, 2023
  36. Feb 26, 2023
  37. Feb 19, 2023
  38. Feb 05, 2023
  39. Jan 29, 2023
  40. Jan 22, 2023
Loading