Skip to content
Snippets Groups Projects
  1. Aug 20, 2023
  2. Jul 09, 2023
  3. Jul 02, 2023
  4. Apr 30, 2023
  5. Apr 09, 2023
  6. Feb 26, 2023
  7. Jan 08, 2023
  8. Dec 26, 2021
  9. Nov 21, 2021
  10. Oct 31, 2021
  11. Oct 03, 2021
  12. Aug 08, 2021
  13. 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
  14. Jul 19, 2021
  15. Jul 15, 2021
  16. Jul 11, 2021
  17. Jul 04, 2021
  18. Jun 27, 2021
  19. Jun 20, 2021
  20. Jun 13, 2021
  21. Jun 06, 2021
  22. May 11, 2021
  23. May 02, 2021
  24. Apr 25, 2021
  25. Mar 28, 2021
  26. Mar 14, 2021
  27. Mar 07, 2021
  28. Feb 28, 2021
  29. Feb 21, 2021
  30. Feb 14, 2021
  31. Feb 07, 2021
  32. Jan 31, 2021
  33. Jan 17, 2021
  34. Dec 20, 2020
  35. Dec 06, 2020
  36. Nov 29, 2020
  37. Nov 23, 2020
    • Thibault Delavallée's avatar
      [FIX] crm_livechat: do not set public user partner as lead customer usign /lead command · 7fbeda3f
      Thibault Delavallée authored
      
      When chatting with visitors, operator may use /lead command to directly create
      a lead from discussion. That way commercial discussion can follow visitors
      inquiries.
      
      Anonymous (public) users may be part of channels, notably since f5fe11cf.
      In that case we don't want new leads to be associated with those users. Indeed
      
        * they are not real users, just technical users for website / frontend;
        * merge processes may think all leads having public users as customer are
          duplicates and should be merged, which means loosing information and
          leads;
      
      We therefore set the following heuristics
      
        * if a public user is member of a channel -> consider this is a livechat
          with an anonymous and set customer_id to False;
        * otherwise try to find a share partner in channel members and link the lead
          to that partner;
      
      Task ID-2389564
      
      closes odoo/odoo#62006
      
      Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
      7fbeda3f
  38. Nov 15, 2020
  39. Nov 08, 2020
  40. Oct 27, 2020
Loading