Skip to content
Snippets Groups Projects
  1. May 13, 2016
  2. May 12, 2016
  3. May 11, 2016
  4. May 10, 2016
    • Denis Ledoux's avatar
      [FIX] google_calendar: do not copy user Google info · a0366b3a
      Denis Ledoux authored
      If a user syncs his calendar with Google,
      and a second user is created in the database by copying this first
      user, the Google information of the first user was copied
      (The Google account to sync, the token to use, the last
      syncrhonization date, ...), which is obviously wrong.
      
      On calendar syncrhonization, which can be done
      manually or automatically with the according cron, all
      events of the first user were created a second time,
      as a second user synchronized the same Google Calendar.
      
      opw-674141
      a0366b3a
    • Nicolas Martinelli's avatar
      [FIX] base: no-break space in qweb · 34f09a0e
      Nicolas Martinelli authored
      A non-breaking space is used between the amount and the currency.
      However, if a space is used as a separator, there is a possibility that
      the amount will be split into several lines.
      
      opw-674535
      34f09a0e
    • Nicolas Martinelli's avatar
      [FIX] account payment difference sign · 93484168
      Nicolas Martinelli authored
      When a payment is registered on an invoice, the payment difference must
      be considered differently if we receive the payment or pay a bill. This
      is necessary at the creation of the 'Counterpart' entry. For example,
      an invoice of 100 is considered as paid with a payment of 90. The
      difference of 10 should be booked as a debit in case of a customer
      invoice, but it should be booked as a credit in case of a vendor bill.
      
      opw-675641
      93484168
Loading