-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
[17.0][MIG] stock_warehouse_flow: Migration to 17.0 #893
Conversation
New feature allowing to re-qualify the operation type of a stock move at confirmation. The main criteria to requalify a move is the carrier, as this one often implies a dedicated routing (we do not have the same flow, nor the same carrier, depending if we ship a pallet or a bunch of products for instance). This job was previously done by configuring the stock_dynamic_routing with a domain on the carrier, but the dynamic routing was applied on reservation, while we could already qualify moves at confirmation.
The glue module `stock_warehouse_flow_release` is here to ensure the compatibility.
Just have the function return the same kind of recordset for every return statement
Add an error raising if there are routing flows but none are matched with the `move_domain` on the flow.
This allows to configure a split_method simple on a flow by setting also the split_qty the move get split before the apply Also if a flow is marked as simple split, it only applies on moves where the move product_qty >= split_qty
Currently translated at 47.9% (35 of 73 strings) Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/es/
Currently translated at 100.0% (73 of 73 strings) Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/es/
Currently translated at 100.0% (73 of 73 strings) Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/it/
Currently translated at 100.0% (73 of 73 strings) Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/it/
Currently translated at 100.0% (73 of 73 strings) Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/
Currently translated at 100.0% (73 of 73 strings) Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/it/
Currently translated at 100.0% (73 of 73 strings) Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/it/
Currently translated at 100.0% (73 of 73 strings) Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/it/
Currently translated at 100.0% (73 of 73 strings) Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/it/
Do not call assign_picking on apply if it is getting called from action_confirm
Currently translated at 100.0% (73 of 73 strings) Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/it/
Currently translated at 100.0% (73 of 73 strings) Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/it/
Currently translated at 100.0% (73 of 73 strings) Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/it/
Currently translated at 100.0% (73 of 73 strings) Translation: wms-16.0/wms-16.0-stock_warehouse_flow Translate-URL: https://translation.odoo-community.org/projects/wms-16-0/wms-16-0-stock_warehouse_flow/it/
When generating automatically the new delivery route, created locations should be enabled by default.
Module migrated to version 17.0 cc https://github.com/APSL 154330
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works good, checked in runboat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on Runboat
Hello @peluko00, thanks for this contribution! |
eb58317
to
9ed21f6
Compare
9ed21f6
to
bf71e0e
Compare
Done, ready for merge |
/ocabot merge nobump |
This PR has the |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at f402cc1. Thanks a lot for contributing to OCA. ❤️ |
Depends on: