Skip to content
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

Open
wants to merge 36 commits into
base: 17.0
Choose a base branch
from

Conversation

peluko00
Copy link

@peluko00 peluko00 commented Apr 22, 2024

sebalix and others added 30 commits April 22, 2024 17:01
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/
mymage and others added 4 commits April 22, 2024 17:01
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.
@peluko00 peluko00 mentioned this pull request Apr 22, 2024
16 tasks
@peluko00
Copy link
Author

peluko00 commented Apr 22, 2024

Module migrated to version 17.0

cc https://github.com/APSL 154330
@miquelalzanillas @lbarry-apsl @javierobcn @mpascuall please review

Copy link

@mpascuall mpascuall left a 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

Copy link
Member

@lbarry-apsl lbarry-apsl left a comment

Choose a reason for hiding this comment

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

Tested on Runboat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet