Closed vvrossem closed 4 months ago
This PR has the approved
label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖
/ocabot merge nobump
Hey, thanks for contributing! Proceeding to merge this for you. Prepared branch 17.0-ocabot-merge-pr-326-by-gurneyalex-bump-nobump, awaiting test results.
/ocabot migration stock_move_value_report
Congratulations, your PR was merged at 49895fe8964bc6bc44a37f5abe7b3fcab104e9db. Thanks a lot for contributing to OCA. ❤️
Based on #325
From 16.0 to 17.0, in
stock.move.line
:reserved_qty
is removed.quantity_product_uom
seems to replace it.qty_done
is removed.quantity
seems to replace it.stock.move
: the relation withstock.scrap
changed from a one2manyscrap_ids
field to a many2onescrap_id
fieldstock.scrap
: the relation withstock.move
changed from a many2onemove_id
field to a one2manymove_ids
fieldI tried to adapt the code to reflect theses changes. An attentive review is appreciated :pray: