Skip to content
Snippets Groups Projects
  1. 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
  2. May 08, 2023
  3. May 05, 2023
  4. May 02, 2023
  5. Apr 27, 2023
  6. Apr 07, 2023
  7. Apr 05, 2023
  8. Apr 04, 2023
  9. Mar 31, 2023
  10. Mar 30, 2023
  11. Mar 16, 2023
  12. Mar 09, 2023
  13. Feb 24, 2023
  14. Feb 13, 2023
  15. Feb 03, 2023
  16. Feb 02, 2023
  17. Jan 24, 2023
  18. Jan 19, 2023
  19. Jan 06, 2023
  20. Dec 25, 2022
  21. Dec 16, 2022
  22. Dec 06, 2022
  23. Dec 01, 2022
  24. Nov 28, 2022
  25. Nov 22, 2022
  26. Nov 15, 2022
  27. Nov 14, 2022
  28. Nov 09, 2022
  29. Nov 08, 2022
  30. Oct 21, 2022
  31. Oct 14, 2022
  32. Oct 11, 2022
  33. Oct 06, 2022
  34. Oct 04, 2022
Loading