Skip to content
Snippets Groups Projects
  1. Nov 07, 2017
    • Nicolas Martinelli's avatar
      [FIX] crm: default user when copy · 3b43ddd2
      Nicolas Martinelli authored
      - Create a user A
      - Create a lead, assign to A
      - Deactivate user A
      - Duplicate the lead
      
      A notification email is sent to A (user assigned to the lead).
      
      Since the user is archived, he should not receive any email since it
      might contain sensitive information.
      
      opw-778825
      3b43ddd2
  2. Nov 06, 2017
    • remi-filament's avatar
      [CLA] signature for remi-filament · 2904192a
      remi-filament authored
      Closes #20724
      2904192a
    • Nicolas Martinelli's avatar
      [FIX] sale_expense: fields consistency · 08ab28a6
      Nicolas Martinelli authored
      Use case to reproduce:
      - Set a product to be expensed
      - Set the expense_policy to something else than no
      - Do a delivery order with a picking
      - Validate the picking
      -> Delivered quantity to 0 and impossible to create an invoice
      if the invoice_policy is delivered_quantity
      
      It happens due to this commit 48ea59d4
      What does it do:
      - The move could be generated by an expense.
      - If the move has 'no' as expense policy thus we won't add it in the invoice
      Problem we can't guess if the move come from an expense or not (limitation).
      
      This commit add an onchange on can_be_expense is order to set the expense
      policy back to 'no' when the user uncheck it.
      
      Courtesy of amoyaux
      
      opw-777139
      08ab28a6
  3. Nov 05, 2017
  4. Nov 03, 2017
  5. Nov 02, 2017
  6. Oct 31, 2017
    • Richard Mathot's avatar
      [FIX] l10n_br: wrong & pointless field redefinition · b9b6deff
      Richard Mathot authored
      Fields `amount_type` on `account.tax` and `account.tax.template` are
      already defined in the `account` module.
      Redefining them here (with the same parameters) breaks every other
      module that would have used `selection_add=` on those fields.
      
      Actually, it is the case in `account_tax_python`, and thus, all the
      localizations/customizations that depend on it were broken by this one.
      
      ~ Old API backport of 5d0d80af ~
      b9b6deff
    • Stefan Rijnhart's avatar
      [FIX] l10n_br: wrong & pointless field redefinition · 5d0d80af
      Stefan Rijnhart authored
      Fields `amount_type` on `account.tax` and `account.tax.template` are
      already defined in the `account` module.
      Redefining them here (with the same parameters) breaks every other
      module that would have used `selection_add=` on those fields.
      
      Actually, it is the case in `account_tax_python`, and thus, all the
      localizations/customizations that depend on it were broken by this one.
      
      (issue spotted by 11.0-nightly)
      
      Closes #19812 #20596
      5d0d80af
    • Christophe Simonis's avatar
      dcce040a
  7. Oct 30, 2017
  8. Oct 29, 2017
  9. Oct 27, 2017
  10. Oct 26, 2017
    • Christophe Simonis's avatar
      bbc226cd
    • Jeremy Kersten's avatar
      [FIX] website_event: avoid double subscription · 809aaf9e
      Jeremy Kersten authored
      Before this commit, you was able to double click on the button when
      are in registration flow. In this case, you subscribe 2 times and so
      take 2x more seats, what can be annoying when you have a limited room.
      
      In the same time, we fix the form in the form that generate
      strange behaviour like some events not bubbled correctly.
      
      The attendee form (into the modal) was inside the registration form.
      $'attendee_form).on('submit') obviously failed due to this bad dom.
      
      This commit closes opw-778191
      809aaf9e
Loading