Skip to content

[16.0][MIG] stock_split_picking #1107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 39 commits into from
Jan 24, 2023

Conversation

ps-tubtim
Copy link
Member

Standard Migration.

@oca-clabot
Copy link

Hey @ps-tubtim, thank you for your Pull Request.

It looks like some users haven't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement here: https://odoo-community.org/page/cla
Here is a list of the users:

Appreciation of efforts,
OCA CLAbot

@ps-tubtim ps-tubtim force-pushed the 16.0-mig-stock_split_picking branch from 5b22593 to 535aa6c Compare October 10, 2022 10:22
@ps-tubtim ps-tubtim mentioned this pull request Oct 10, 2022
75 tasks
@rousseldenis
Copy link
Contributor

/ocabot migration stock_split_picking

Copy link

@dannyadair dannyadair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

As per https://github.com/OCA/OpenUpgrade/blob/16.0/openupgrade_scripts/scripts/stock/16.0.1.1/upgrade_analysis.txt#L57

stock / stock.move.line / product_qty (float) : DEL
stock / stock.move.line / product_uom_qty (float) : DEL required
stock / stock.move.line / reserved_qty (float) : NEW isfunction: function, stored
stock / stock.move.line / reserved_uom_qty (float) : NEW required, hasdefault: default

and

stock / stock.picking / move_ids (one2many) : NEW relation: stock.move
stock / stock.picking / move_lines (one2many) : DEL relation: stock.move

@ps-tubtim ps-tubtim force-pushed the 16.0-mig-stock_split_picking branch 2 times, most recently from cd40461 to 02d40d2 Compare December 27, 2022 03:58
Copy link
Member

@ioans73 ioans73 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Functional review

@ps-tubtim ps-tubtim force-pushed the 16.0-mig-stock_split_picking branch from c626ca7 to c971755 Compare January 9, 2023 07:11
guewen and others added 17 commits January 9, 2023 14:12
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 29.1.1)
(/home/jgrandguillaume/c2c/ProjetsEC/IFRC/Code/openerp_70_ifrc_core_dev/parts/generic-addons rev 29.1.14)
Both procurements will still be split to the sale order line.
If one of the picking is canceled, the whole sale order will be in
'shipping_exception'.
when splitting a move with reservations, they have to be recomputed.
code inspired from the implementation of stock_picking.rereserve_quants

split the tests in travis.yml because another module is changing the states we get
with only stock_split_picking installed

fix a bug in stock_ownership_by_move which would cause wrong pack operations to
be generated
@ps-tubtim ps-tubtim force-pushed the 16.0-mig-stock_split_picking branch from c971755 to 88d51b4 Compare January 9, 2023 07:12
@OCA-git-bot
Copy link
Contributor

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). 🤖

@rousseldenis
Copy link
Contributor

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

Hey, thanks for contributing! Proceeding to merge this for you.
Prepared branch 16.0-ocabot-merge-pr-1107-by-rousseldenis-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 7f2f7dc into OCA:16.0 Jan 24, 2023
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 426d64a. Thanks a lot for contributing to OCA. ❤️

Vicent-S73 pushed a commit to Studio73/e-commerce that referenced this pull request Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.