Skip to content
Snippets Groups Projects
  1. Jul 02, 2023
  2. Jun 26, 2023
  3. Jun 11, 2023
  4. Apr 30, 2023
  5. Apr 09, 2023
  6. Feb 28, 2023
    • pedrambiria's avatar
      [FIX] google_calendar: send the request URL for the `redirect_uri` · 7b321a42
      pedrambiria authored
      
      Before this commit: if a different `web.base.url` is set with
      `web.base.url.freeze`, during the first synchronization of Google
      calendar it will show a mismatch URL error. The problem is that we
      send the `redirect_uri` based on the `web.base.url` in the
      `_get_authorize_uri` function.
      
      The solution is to use the request root URL instead.
      
      opw-3175539
      
      closes odoo/odoo#113902
      
      Signed-off-by: default avatarArnaud Joset <arj@odoo.com>
      7b321a42
  7. Feb 26, 2023
  8. Feb 17, 2023
    • pedrambiria's avatar
      [FIX] google_calendar: use the request root URL for the `redirect_uri` · 5184da5c
      pedrambiria authored
      
      Before this commit: if a different `web.base.url` is set with
      `web.base.url.freeze`, during the first synchronization of Google
      calendar it will show a mismatch URL error. The problem is that we
      send the `redirect_uri` based on the `web.base.url` in the
      `_get_authorize_uri` function.
      
      The solution is to use the request root URL instead.
      
      opw-3101741
      
      closes odoo/odoo#111336
      
      Signed-off-by: default avatarArnaud Joset <arj@odoo.com>
      5184da5c
  9. Jan 15, 2023
  10. Jan 08, 2023
  11. Apr 03, 2022
  12. Jan 26, 2022
    • qmo-odoo's avatar
      [ADD] {google,fetchmail}_gmail: OAuth for gmail servers · 887524b7
      qmo-odoo authored
      
      Purpose
      =======
      Less secured apps are no longer supported by google, therefore, we need
      to transition to the OAuth2 authentication system.
      
      Specifications
      ==============
      1. User will need to fill their Gmail API credentials in the main
         settings page
      2. Then, in the incoming / outgoing mail server form view, they will
         need to tick the Gmail support checkbox
      3. A link will be available to be redirected to Gmail and accept the
         permission
      4. The user can now copy / paste the authorization code in Odoo, set
         his email as "login" and then send / receive emails with Gmail
      
      Task-2170676
      
      closes odoo/odoo#83367
      
      X-original-commit: 470bdc2c
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      887524b7
  13. Dec 26, 2021
  14. Oct 31, 2021
  15. Oct 03, 2021
  16. Aug 06, 2021
  17. 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
  18. Jul 11, 2021
  19. Jul 04, 2021
  20. Jun 27, 2021
  21. Jun 20, 2021
  22. Jun 13, 2021
  23. Jun 06, 2021
  24. Apr 25, 2021
  25. Mar 28, 2021
  26. Feb 21, 2021
  27. Feb 14, 2021
  28. Feb 07, 2021
  29. Jan 31, 2021
  30. Jan 17, 2021
  31. Dec 06, 2020
  32. Nov 29, 2020
  33. Nov 15, 2020
  34. Nov 08, 2020
  35. Oct 27, 2020
  36. Oct 21, 2020
    • Olivier Dony's avatar
      [REV] *: revert fb7407cb for spanish translations · 99702e10
      Olivier Dony authored
      There was a problem in the Transifex translations for Spanish and all
      translations were overwritten by mistake with english defaults.
      
      This commit reverts all modified es.po files to their previous version
      while we work to restore the translations on Transifex.
      Unverified
      99702e10
  37. Oct 18, 2020
  38. Oct 11, 2020
  39. Sep 27, 2020
  40. Sep 01, 2020
Loading