Skip to content
Snippets Groups Projects
  1. Jun 02, 2016
  2. Jun 01, 2016
  3. May 31, 2016
  4. May 30, 2016
  5. May 29, 2016
  6. May 28, 2016
  7. May 27, 2016
    • Quentin De Paoli's avatar
      [FIX] account: manual reconciliation through the wizard on journal items were... · 5f9ca1b8
      Quentin De Paoli authored
      [FIX] account: manual reconciliation through the wizard on journal items were giving weird results. OPW 678153.
      
      Symptoms: running a full reconciliation manually with that wizard was resulting in not fully reconciled aml altough the total in company currency and in secondary currency were perfectly matched. Full use case described in added test test_manual_reconcile_wizard_opw678153.
      Problems:
       - The system was processing by pair of aml and creating exchange rate entry/full reconciliation as soon as possible whereas in that case it needs to be postponed at the end of the manual reconciliation otherwise some entries would be excluded from processing.
       - Another problem was that because of this batch processing, we ended with unconsistent amount_residual_currency values for some entries that were fully reconciled in company currency but not in foreign currency (also negative amount_residual_currency for a debit line which should never happens)... To solve that, we now process the manual full reconciliation in two steps: only in company currency first, then in secondary currency if needed. A small adaptation in the payment widget of invoices was needed for that too.
      5f9ca1b8
    • Nicolas Martinelli's avatar
      [FIX] product: pricelist item sorting · b06b2a36
      Nicolas Martinelli authored
      The issue occurs in the following case:
      - Configure 2 product categories A and B such as A is the parent of B
      - Create a pricelist
      - Create a first pricelist item which applies to category A
      - Create a second pricelist item which applies to category B (with the
        same configuration regarding the minimum quantity)
      - Create a product for category B
      
      Before this fix, we cannot ensure that the pricelist item related to
      category B will be applied, since we do not order the pricelist items by
      category.
      
      Thanks to this fix, we make sure to select the category from the more
      specific to the less specific.
      
      opw-678633
      b06b2a36
    • Nicolas Lempereur's avatar
      [FIX] mail: don't reset subscriptions before adding one · bc34fe48
      Nicolas Lempereur authored
      When posting on a thread the user can be auto-subscribed to its default
      types. But if the user has previously been subscribed to other subtypes,
      those are lost.
      
      With this commit, user mentionned (@{username} in message) or added as
      follower for default subtypes are not subscribed if they were already
      followers of the record.
      
      So if default subtype is "Comment" and user was only following subtype
      "Alarma!" (by checking it and then un-checking "Comment"), then if the
      user comment:
      
      -> before this commit, the user would then follow subtype "Comment" and
         not follow anymore "Alarma!"
      
      -> after this commit, the user would follow the subtype "Alarma!"
      
      closes #12008
      opw-669127
      opw-673766
      bc34fe48
    • Martin Trigaux's avatar
      [FIX] website_forum: notification of comments like answers · e32ba845
      Martin Trigaux authored
      Fixes #12096
      e32ba845
    • Fabrice Henrion's avatar
      [IMP] doc: wording · 5da59c24
      Fabrice Henrion authored
      Closes #12159
      5da59c24
  8. May 26, 2016
Loading