Skip to content
Snippets Groups Projects
  1. Sep 17, 2023
  2. Sep 03, 2023
  3. Aug 13, 2023
  4. Jul 30, 2023
  5. Jul 09, 2023
  6. Jul 02, 2023
  7. Jun 20, 2023
  8. Jun 04, 2023
  9. May 24, 2023
    • Nasreddin Boulif (bon)'s avatar
      [FIX] event[_sms]: send emails direclty after attendee confirmation · 7d63cda1
      Nasreddin Boulif (bon) authored
      
      Steps to reproduce:
      
        - Install `Events` module
        - Create a new event and set it to `Autoconfirmation`
        - Create a new attendee and confirm it
      
      Issue:
      
        Mail that confirm registration is not sent to attendee.
      
      Cause:
      
        When computing the `schedule_date`, it take the value of the
        `registration_id.create_date` WITH the microseconds.
      
        When creating a new attendee, at some point we run the mail schdelure
        that compare if the `schedule_date <= now`.
        `schedule_date` and `now` have same value except for the microseconds
        (set on `schedule_date` but not on `now`).
        Therefore `schedule_date > now` and the mail is not sent.
      
      Solution:
      
        Remove microseconds from the schedule_date.
      
      opw-3079389
      
      closes odoo/odoo#122137
      
      X-original-commit: f2adca45dcec5a11daa92d07bae00615210ea0de
      Signed-off-by: default avatarNasreddin Boulif (bon) <bon@odoo.com>
      7d63cda1
  10. May 07, 2023
  11. Apr 26, 2023
  12. Apr 16, 2023
  13. Apr 09, 2023
  14. Apr 02, 2023
  15. Mar 26, 2023
  16. Mar 23, 2023
    • Hansun (hale)'s avatar
      [FIX] event{._sms}: event: access right for admins of event app · 38594f13
      Hansun (hale) authored
      
      1. Install [Events]
      
      2. On [Settings], create an admin for Events (uncheck all other rights)
      
      3. Click on Events, enter an event
      
      3. Click on [Communication] tab, and try adding a line
      
      Issue: accessing ir.model is blocked
      Solution: Find another way
      
      Original fix in 15.0: #112527
      Fix of the fix in 15.0: #115881
      Original forward-port in 16.0: #115101
      
      This commit is fixing the original forward-port in 16.0 and includes
      the fix of the fix.
      
      affected branch: 16.0-master
      opw-3163138, 3193659
      
      closes odoo/odoo#116221
      
      Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
      38594f13
  17. Mar 19, 2023
  18. Mar 14, 2023
  19. Feb 26, 2023
  20. Feb 20, 2023
  21. Feb 13, 2023
  22. Feb 05, 2023
  23. Jan 29, 2023
  24. Jan 22, 2023
  25. Jan 08, 2023
  26. Dec 25, 2022
  27. Dec 18, 2022
  28. Dec 04, 2022
  29. Nov 27, 2022
  30. Nov 20, 2022
  31. Nov 13, 2022
  32. Nov 06, 2022
  33. Oct 30, 2022
  34. Oct 23, 2022
  35. Oct 16, 2022
  36. Oct 09, 2022
  37. Oct 02, 2022
  38. Sep 25, 2022
  39. May 03, 2022
    • Victor Feyens's avatar
      [IMP] *: remove useless keys from manifests · 42bad1a6
      Victor Feyens authored
      
      Remove most values uselessly specified because giving the same value as 
      the default one (see _DEFAULT_MANIFEST in odoo/modules/module.py)
      
      * auto_install is Falsy by default
      * author is Odoo SA by default
      * summary & description are empty strings by default
      * application is False by default
      * test, demo, depends and data are empty lists by default
      
      This will reduce noise/inconsistencies between manifests specifications, 
      simplify analysis of manifests content, ...
      
      closes odoo/odoo#90209
      
      Related: odoo/enterprise#26807
      Signed-off-by: default avatarVictor Feyens (vfe) <vfe@odoo.com>
      42bad1a6
  40. Apr 23, 2022
Loading