[MIG] stock_inventory_count_to_zero: Migration to 17.0 - #2605
SaraMohamedlorim wants to merge 4 commits into
Conversation
|
@SaraMohamedlorim Thanks for this. You should follow this migration guide: https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0 You need to keep commits history Moreover, your PR should contain one module only |
Squash of bot/Weblate administrative commits carried over from the 16.0 branch history.
00b1d2c to
394da6b
Compare
|
Hi @rousseldenis , Thanks for the review, both points are fixed: Single module only: the branch had accidentally picked up a commit from another PR (stock_inventory_preparation_filter). It's removed now — this branch only touches stock_inventory_count_to_zero. Commit history preserved: I rebuilt the branch using git format-patch --stdout upstream/17.0..upstream/16.0 -- stock_inventory_count_to_zero | git am -3 --keep, so the original [ADD] and [MIG]...16.0 commits are replayed with their original authorship. The bot/Weblate administrative commits from the 16.0 history are squashed into one commit to reduce noise, and the actual 17.0 migration is now a single, minimal commit on top (version bump to 17.0.1.0.0 + pyproject.toml, no framework changes were needed). I've force-pushed the updated branch to this same PR. Let me know if anything else needs adjusting. |
|
/ocabot migration stock_inventory_count_to_zero |
BhaveshHeliconia
left a comment
There was a problem hiding this comment.
Code review LGTM!
Migration of
stock_inventory_count_to_zeroto version 17.0.Changes
Notes
No breaking changes were required. All dependencies are fully
compatible with Odoo 17.0:
stock.inventory.warning✅inventory_warning_set_view✅stock.request.count✅inventory_quantity/inventory_quantity_setfields ✅Testing
Part of #1883