-
- Downloads
[FIX] stock: multiple orderpoint
- the oderpoint_id field on the purchase order line wasn't used to not
merge the po lines
- if the orderpoint_id field is set, use the orderpoint location to
create the move
- if multiple stock moves with different source locations go through
`_merge_moves`, they should obviously NOT be merged
- `virtual_available` computed field was not being invalidated when the
context keys "warehouse" and "location" changed
task-2001462
closes odoo/odoo#40573
Signed-off-by:
Arnold Moyaux <amoyaux@users.noreply.github.com>
Showing
- addons/purchase_stock/models/purchase.py 2 additions, 2 deletionsaddons/purchase_stock/models/purchase.py
- addons/purchase_stock/tests/test_reordering_rule.py 83 additions, 21 deletionsaddons/purchase_stock/tests/test_reordering_rule.py
- addons/stock/models/product.py 1 addition, 1 deletionaddons/stock/models/product.py
- addons/stock/models/stock_move.py 2 additions, 2 deletionsaddons/stock/models/stock_move.py
Loading
Please register or sign in to comment