Skip to content
Snippets Groups Projects
  1. Mar 26, 2019
    • Nicolas Martinelli's avatar
      [FIX] stock: discard scrap · f5e99060
      Nicolas Martinelli authored
      
      - Process a WO (e.g. 'Manual Assembly' from the demo data)
      - Create a scrap for component 'Drawer Black'
      - A new wizard appears:
        'The product XXX is not available in sufficient quantity'
      - Click on 'Discard'
      
      A scrap is created in draft, but it cannot be canceled.
      
      The scrap shouldn't have been created in a first place, but this cannot
      be changed in stable. Therefore, we delete it.
      
      opw-1946254
      
      closes odoo/odoo#32122
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      f5e99060
    • Lucas Perais (lpe)'s avatar
      [FIX] account: reconciliation matching rule div by zero · 80b900ee
      Lucas Perais (lpe) authored
      
      Do a MISC operation representing a payment
      revert it
      
      Do a statement line for that amount
      
      Click on "reconcile" on the bank journal
      
      Before this commit there was a Division By Zero traceback
      This was because the bank account line had a zero amount_residual
      due to its reversion
      while the statement line was negative.
      
      After this commit, for liquidity lines, we take the total amount instead of the residual
      Because a reverted payment line can always be associated with a statement
      
      OPW 1947362
      courtesy of @smetl (las@odoo.com) for the fix
      
      closes odoo/odoo#32105
      
      Signed-off-by: default avatarLucas Perais (lpe) <lpe@odoo.com>
      80b900ee
    • Nicolas Martinelli's avatar
      [FIX] purchase: currency of supplierinfo · b8950ab4
      Nicolas Martinelli authored
      
      Set the currency of the supplier info according to the currency set on
      the partner.
      
      opw-1951314
      
      closes odoo/odoo#32098
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      b8950ab4
  2. Mar 25, 2019
  3. Mar 24, 2019
  4. Mar 22, 2019
  5. Mar 21, 2019
  6. Mar 24, 2019
  7. Mar 22, 2019
  8. Mar 21, 2019
  9. Mar 22, 2019
  10. Mar 21, 2019
    • Julien Castiaux's avatar
      [FIX] web_editor: editor hang on an infinite loop · e9026bd5
      Julien Castiaux authored
      
      In the `getMatchedCSSRule`, the transcoder try to find the real value of
      a `text-align: inherit` css rule by ascending the html tree until it
      finds a `text-align` with a meaningful value. By default is exits if it
      reachs the `<html>` top node but doesn't exit if a call to `.parent()`
      exits the dom (the behavior of jquery is to return a dummy element when
      calling `.parent()` on an element that has no parent). This lead to an
      infinite loop for badly formatted html content.
      
      opw-1951095
      
      closes odoo/odoo#32014
      
      Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
      e9026bd5
  11. Mar 20, 2019
    • Nicolas Martinelli's avatar
      [FIX] stock: late pickings · 3e6b4844
      Nicolas Martinelli authored
      
      With the demo data:
      - Go to Inventory
      - On the 'Delivery Order' Kanban card of YourCompany, click on 'Late'
      
      More pickings are displayed than the expected count.
      
      This is because the domain of the filter is not in line with the domain
      of `_compute_picking_count`.
      
      Closes #29777
      opw-1951090
      
      closes odoo/odoo#31994
      
      Signed-off-by: default avatarNicolas Martinelli (nim) <nim@odoo.com>
      3e6b4844
  12. Mar 21, 2019
  13. Mar 20, 2019
Loading