-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
[14.0] [MIG] stock_picking_operation_quick_change #1668
base: 14.0
Are you sure you want to change the base?
[14.0] [MIG] stock_picking_operation_quick_change #1668
Conversation
New module to allow change target location in picking operations
Currently translated at 45.5% (10 of 22 strings) Translation: stock-logistics-workflow-12.0/stock-logistics-workflow-12.0-stock_picking_operation_quick_change Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-12-0/stock-logistics-workflow-12-0-stock_picking_operation_quick_change/sl/
You can now also filter the lines to change by product.
Currently translated at 40.0% (10 of 25 strings) Translation: stock-logistics-workflow-13.0/stock-logistics-workflow-13.0-stock_picking_operation_quick_change Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-13-0/stock-logistics-workflow-13-0-stock_picking_operation_quick_change/it/
Currently translated at 40.0% (10 of 25 strings) Translation: stock-logistics-workflow-13.0/stock-logistics-workflow-13.0-stock_picking_operation_quick_change Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-13-0/stock-logistics-workflow-13-0-stock_picking_operation_quick_change/sl/
Currently translated at 100.0% (25 of 25 strings) Translation: stock-logistics-workflow-13.0/stock-logistics-workflow-13.0-stock_picking_operation_quick_change Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-13-0/stock-logistics-workflow-13-0-stock_picking_operation_quick_change/it/
Currently translated at 100.0% (25 of 25 strings) Translation: stock-logistics-workflow-13.0/stock-logistics-workflow-13.0-stock_picking_operation_quick_change Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-13-0/stock-logistics-workflow-13-0-stock_picking_operation_quick_change/it/
6d6c355
to
6c0843f
Compare
stock_picking_operation_quick_change/wizards/stock_picking_wizard.py
Outdated
Show resolved
Hide resolved
stock_picking_operation_quick_change/wizards/stock_picking_wizard.py
Outdated
Show resolved
Hide resolved
stock_picking_operation_quick_change/wizards/stock_picking_wizard.py
Outdated
Show resolved
Hide resolved
6c0843f
to
54d9c06
Compare
@gbrito Thanks for you review. Indeed I didn't pay attention to that during the migration, my bad. New commit added 😉 |
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.
Hello, I've tested this locally as the runbot is off.
I think this can be reviewed as functionally ok but I do not understand why by applying the wizard with "CHANGE ALL" and setup a new location_dest_id
, the value is correctly retrieved on wizard and business logic (e.g. when validating the picking the "done" quant is correctly moved to the location) but we still see the picking location dest ID on the stock move lines..
I think I can approve but I'd like to understand why this happens, if possible, thanks ! : )
@FrancescoBallerini There are 2 different notions actually : This module only change the destination location of the operations, that is why it does not change anything on the picking. For instance, you have a picking with one line only with product quantity 10 and going from "supplier" to "WH/Stock". |
@florian-dacosta I've missed your ping here , glad it was merged aniway! Thank you for the detailed explanation. I received similar insights about these models recently, and both were helpful. Just a consideration: I think that if a user is going to change the "deepest" layer ( I'm not really asking for implementation, it's just for my knowledge about this module since I'm considering to make additional customizations for a local deploy Thank you again |
No description provided.