Commit Graph

2 Commits

Author SHA1 Message Date
Yoshi Tashiro
c7dc47b9c2 [FIX] stock_quant_manual_assign: Correct handling of immediate transfers
This commit fixes the following issues:

- The previous code does not handle the immediate transfer scenario when
  auto_fill_qty_done is selected in the operation type. This raises a missing-record
  error, trying to update qty_done on non-existing move line records.
- move._do_unreserve() keeps existing stock.move.line records if there is some
  qty_done set, which is not a desirable outcome. All the linked move line records
  should be unlinked before selected quants are assigned.
2024-10-21 02:11:56 +00:00
Florencia Frigieri
9f3eeb2d0e [IMP] stock_quant_manual_assign: Improve readme 2024-09-29 18:16:54 -03:00