Skip to content
Snippets Groups Projects
  1. Sep 24, 2023
  2. Sep 18, 2023
    • Fabien Meghazi's avatar
      [ADD] bus: add support for custom functions in imbus notify · 7bedae38
      Fabien Meghazi authored
      
      This patch provides the possibility to implement a custom security layer on top
      of Odoo's bus notification system which uses postgresql's NOTIFY command.
      
      The key addition is the `ODOO_NOTIFY_FUNCTION` environment variable (opt-in),
      which can now define a postgresql function to be called instead of the NOTIFY
      command. This allows for greater flexibility and control over the notification
      and triggering mechanisms within Odoo.
      
      closes odoo/odoo#130368
      
      Signed-off-by: default avatarFabien Meghazi (fme) <fme@odoo.com>
      7bedae38
  3. Jul 09, 2023
  4. Jun 25, 2023
  5. Jun 11, 2023
  6. Apr 30, 2023
  7. Apr 23, 2023
  8. Apr 16, 2023
  9. Apr 09, 2023
  10. Mar 05, 2023
  11. Feb 26, 2023
  12. Feb 19, 2023
  13. Feb 01, 2023
  14. Jan 29, 2023
  15. Jan 01, 2023
  16. Dec 18, 2022
  17. Dec 11, 2022
  18. Dec 04, 2022
  19. Nov 09, 2022
  20. Oct 09, 2022
  21. Apr 24, 2022
  22. Mar 13, 2022
  23. Mar 06, 2022
  24. Feb 15, 2022
  25. Dec 26, 2021
  26. Oct 31, 2021
  27. Oct 03, 2021
  28. Sep 19, 2021
  29. Sep 12, 2021
  30. Sep 05, 2021
  31. Aug 08, 2021
  32. Aug 01, 2021
  33. 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
  34. Jul 18, 2021
  35. Jul 11, 2021
  36. Jul 04, 2021
  37. Jun 27, 2021
  38. Jun 20, 2021
  39. Jun 06, 2021
  40. May 02, 2021
Loading