Skip to content
Snippets Groups Projects
  1. Sep 18, 2023
  2. Aug 29, 2023
  3. Aug 18, 2023
  4. Aug 14, 2023
  5. Aug 11, 2023
  6. Aug 08, 2023
  7. Aug 07, 2023
  8. Jul 31, 2023
  9. Jul 25, 2023
  10. Jul 11, 2023
  11. Jun 29, 2023
  12. Jun 27, 2023
  13. Jun 07, 2023
  14. Jun 05, 2023
  15. May 30, 2023
  16. May 24, 2023
  17. May 19, 2023
    • Michele's avatar
      [IMP] stock: unreserve only quantity required if available quantity is less... · ddad0ed5
      Michele authored
      [IMP] stock: unreserve only quantity required if available quantity is less than quantity required when action_done on stock move.
      
      Example:
      Now there is this behaviour
      Inventory quantity 4
      Reserved quantity 3
      Available quantity 1
      If i do a stock move of 2 pieces, it will unreserve ALL the stock move of the product.
      
      With this PR it will unreserve only the pieces that are required minus the available quantity not reserved , in this case 2 (new stock move) - 1 (available quantity) = 1
      
      closes odoo/odoo#121650
      
      X-original-commit: 999c2045
      Signed-off-by: default avatarWilliam Henrotin (whe) <whe@odoo.com>
      ddad0ed5
  18. May 08, 2023
  19. May 05, 2023
  20. May 02, 2023
  21. Apr 27, 2023
  22. Apr 07, 2023
  23. Apr 05, 2023
  24. Apr 04, 2023
  25. Mar 31, 2023
  26. Mar 30, 2023
  27. Mar 16, 2023
  28. Mar 09, 2023
  29. Feb 24, 2023
  30. Feb 13, 2023
  31. Feb 03, 2023
  32. Feb 02, 2023
  33. Jan 24, 2023
  34. Jan 19, 2023
Loading