Skip to content
Snippets Groups Projects
  1. May 26, 2016
  2. May 25, 2016
    • Jeremy Kersten's avatar
      [FIX] web: fix backport #4c7a9bda · 9772bbef
      Jeremy Kersten authored
      9772bbef
    • 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
    • Martin Trigaux's avatar
      [IMP] gamification: prevent misconfiguration · 97492a12
      Martin Trigaux authored
      Prevent selecting wrong field or models or computed fields
      
      Fixes #8545
      97492a12
    • Joren Van Onder's avatar
      [FIX] hr_payroll: avoid infinite recursion · be48a140
      Joren Van Onder authored
      The get_recursive_parent function seemingly depended on the ordering of
      the rule_categories recordset which happens to work fine in most cases
      because all data first defines the parent before defining the children
      rule categories. But if you happen to do it the other way around it
      won't work and it will infinitely call itself because:
      
      if rule_categories[0].parent_id:
          rule_categories = rule_categories[0].parent_id | rule_categories
      
      won't change the value of rule_categories[0].
      
      opw-673222 (loosely related)
      be48a140
  3. May 24, 2016
    • Goffin Simon's avatar
      [FIX] account: partner_id set on a bank fee · 08416b23
      Goffin Simon authored
      Used case:
      
      -Create several customer invoices and validate them
      -Register a payment without any partner_id and in a bank statement for an amount
      a bit lower than the total of the invoice (the difference is the paypal fees)
      -Reconcile the invoices with the payment and create a write-off for the paypal fees
      -When you close the bank statement, check the journal items, the paypal fees are
      automatically assigned with a partner.
      
      Fix:
      
      -When creating the account move line for the fee, if all the account move lines
      linked to the move are for different partners then you cannot determine the partner
      of the fee.
      
      opw:674822
      08416b23
  4. May 23, 2016
  5. May 22, 2016
  6. May 20, 2016
  7. May 19, 2016
  8. May 18, 2016
    • Goffin Simon's avatar
      [FIX] mail: receiving a notification without notifying the parent message. · fac04424
      Goffin Simon authored
      Used case:
      
      If you add a user which has no acces on a model(ex:purchase.order)
      as follower on a record of this model. When someone responded by email on
      this record, and when a message is sent on this record, an exception is raised
      at the connection of the user added as a follower.
      
      Fix:
      
      To have the rights to read the message, a read notification for this follower must
      be added to all parents of this message.
      
      Closes #11902
      
      opw:676699
      fac04424
  9. May 17, 2016
  10. May 15, 2016
  11. May 13, 2016
  12. May 12, 2016
  13. May 11, 2016
Loading