Skip to content
Snippets Groups Projects
  1. Aug 13, 2023
  2. Jul 09, 2023
  3. Apr 30, 2023
  4. Apr 23, 2023
  5. Apr 16, 2023
  6. Apr 09, 2023
  7. Mar 19, 2023
  8. Mar 05, 2023
  9. Feb 26, 2023
  10. Feb 07, 2023
    • Florian Damhaut's avatar
      [FIX] calendar-sms : remove broken button · e597682e
      Florian Damhaut authored
      
      This button has been broken since the start of V14.
      As there is no clean way to fix this, it was decided to remove it
      instead.
      This change will not affect existing V14 DB unless they specificaly
      update the XML or the module.
      
      This button was broken because the sms.composer was called
      with the res.model/res.id of the unique calendar event that
      was active. But the overwrite of `_sms_get_default_partners`
      would then return the res.ids of all the unconfirmed atendees'
      partner id.
      
      This would cause an issue a this fetch to default partner could
      return multiple ids when the base id only add one and thus had called
      `_compute_recipient_single` instead `_compute_recipients`
      
      task-id : 3162304
      
      closes odoo/odoo#111662
      
      Signed-off-by: default avatarArnaud Joset <arj@odoo.com>
      e597682e
  11. Jan 29, 2023
  12. Jan 08, 2023
  13. Nov 07, 2022
  14. Sep 05, 2022
    • Yolann Sabaux's avatar
      [FIX] calendar_sms: send sms to partner with phone numbers · 06e95b1f
      Yolann Sabaux authored
      
      Steps to reproduce:
      - create a contact with a phone number
      - enable IAP-sms
      - take off the number of the admin-contact
      - create an event in the calendar with a "text-sms reminder" with the new created user
      
      Issue:
      No sms will be sent
      
      Cause:
      The IAP server-side does not accept request with `number` set to False such as in:
      ```{'messages': [{'res_id': 23, 'number': False, 'content': 'Event reminder: test-local, 07/11/2022 at (15:46:00 To 16:46:00) (Europe/Brussels)'}, {'res_id': 24, 'number': '+32487253270', 'content': 'Event reminder: test-local, 07/1>
      
      Solution:
      Filter partners with a valid phone number in `_sms_get_default_partner`
      
      opw-2867763
      
      closes odoo/odoo#95784
      
      Signed-off-by: default avatarArnaud Joset <arj@odoo.com>
      06e95b1f
  15. May 01, 2022
  16. Apr 10, 2022
  17. Mar 20, 2022
  18. Feb 27, 2022
  19. Feb 15, 2022
  20. Jan 09, 2022
  21. Dec 26, 2021
  22. Dec 19, 2021
  23. Oct 31, 2021
  24. Oct 03, 2021
  25. Sep 05, 2021
  26. 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
  27. Jul 18, 2021
  28. Jul 11, 2021
  29. Jul 04, 2021
  30. Jun 27, 2021
  31. Jun 20, 2021
  32. Jun 06, 2021
  33. May 16, 2021
  34. May 02, 2021
  35. Apr 25, 2021
  36. Apr 04, 2021
  37. Mar 29, 2021
    • Thibault Delavallée's avatar
      [FIX] calendar_sms, hr_presence: fix broken acls update on sms.template · 43bf5a5f
      Thibault Delavallée authored
      
      odoo/odoo#64626 attempt at improving sms.template rules seems quite broken
      
        * do not restrict system group to calendar.event: this makes no sense.
          With this fix admins can now only use templates being linked to calendar
          event if calendar_sms is installed which is not really smart. Not sure
          what was the exact original purpose;
        * ir.rule in hr_presence has no use on hr.manager group if they do not
          have any access through access rules. Indeed they are currently
          restricted to read access as all standard internal users;
      
      Task ID-2191254
      COM PR odoo/odoo#68445
      ENT PR odoo/enterprise#17340
      
      closes odoo/odoo#68465
      
      X-original-commit: 7c4c20a6
      Related: odoo/enterprise#17348
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      43bf5a5f
    • Jérémy Hennecart's avatar
      [FIX] sms, various: do not restrict read access on sms.template · 157eee07
      Jérémy Hennecart authored
      sms.template model has several record rules to give access to templates
      linked to models managed by certain groups (like crm.lead for sales managers)
      These record rules were meant to restrict access to certain model to create,
      write and unlink, but not read.
      
      This is leading to issues when trying to read a template on other models.
      Indeed people should always be able read sms.template content.
      
      Unit test were also added to the sms module to ensure that a member of
      group_user can always read a sms template.
      
      Unit test is added to ensure admin always has full control on sms.templates.
      
      Task ID-2191254
      COM PR odoo/odoo#68445
      ENT PR odoo/enterprise#17340
      
      X-original-commit: c9e119a0
      157eee07
  38. Mar 28, 2021
  39. Mar 14, 2021
Loading