Skip to content
Snippets Groups Projects
  1. May 27, 2016
  2. May 26, 2016
  3. May 25, 2016
    • Jeremy Kersten's avatar
      [FIX] web: fix backport #4c7a9bda · 9772bbef
      Jeremy Kersten authored
      9772bbef
    • Denis Ledoux's avatar
      [FIX] crm: merge leads in multi-company · 22f4aa1c
      Denis Ledoux authored
      When merging leads with a company set different
      than the current user company,
      it failed because the notification email (the message
      written in the thread summarizing the merge) couldn't
      read the company name (the `name_get` call on the company)
      because of the multi-company record rule.
      
      `name_get` can be safely called as `sudo`, as it does
      nothing else than returning the name of the record. This is
      already done for the many2one links in the web client anyway
      (You can see leads from a company different than yours,
      you can see the company name to which the leads belongs to,
      but you can't click on the company many2one link)
      
      opw-677986
      22f4aa1c
    • Denis Ledoux's avatar
      [FIX] calandar: all day events email notification · 4176030c
      Denis Ledoux authored
      When sending a notification email to an event attendee
      for an all day event, the timezone must be ignored
      as the `start` and `stop` datetime are stored as
      the day date + '00:00:00'. If the timezone is applied,
      for users being in a negative timezone (such as an American
      timezone), the day displayed would be the day just before.
      
      opw-677019
      4176030c
    • Goffin Simon's avatar
      [FIX] web: raise a warning for bad domain · 4c7a9bda
      Goffin Simon authored
      When a user wrote a wrong value in char_domain field it should raise a warning
      message instead of a traceback.
      
      Backport of b3a88b6e
      
      opw:676783
      4c7a9bda
Loading