[13.0][OU-IMP] point_of_sale: stock_location_id - #3537
Merged
pedrobaeza merged 1 commit intoAug 25, 2022
Conversation
chienandalu
force-pushed
the
13.0-ou-point_of_sale-stock_location_id
branch
from
August 23, 2022 13:04
797cb20 to
37c618e
Compare
legalsylvain
approved these changes
Aug 23, 2022
legalsylvain
left a comment
Contributor
There was a problem hiding this comment.
Make sense. Thanks.
chienandalu
force-pushed
the
13.0-ou-point_of_sale-stock_location_id
branch
from
August 23, 2022 13:40
37c618e to
7c04243
Compare
chienandalu
marked this pull request as ready for review
August 23, 2022 13:42
chienandalu
force-pushed
the
13.0-ou-point_of_sale-stock_location_id
branch
3 times, most recently
from
August 24, 2022 06:45
42f5242 to
4bf1d9c
Compare
Member
Author
|
Ready for review @MiquelRForgeFlow @pedrobaeza |
pedrobaeza
requested changes
Aug 24, 2022
pedrobaeza
left a comment
Member
There was a problem hiding this comment.
Commit message tag is [OU-IMP] or [OU-FIX], not only [OU]
chienandalu
force-pushed
the
13.0-ou-point_of_sale-stock_location_id
branch
from
August 24, 2022 10:53
4bf1d9c to
715584c
Compare
Contributor
|
Please, document the change in the openupgrade_analysis_work.txt file. |
chienandalu
force-pushed
the
13.0-ou-point_of_sale-stock_location_id
branch
from
August 24, 2022 11:14
715584c to
4cd743e
Compare
Member
Author
|
Changes done |
pedrobaeza
reviewed
Aug 24, 2022
In v13 the deafault location of the picking type is used to take the stock in the picking operations of the pos configs. In the migration, this can lead to pickings that were using a common operation type taking the stock from the wrong locations. We prevent it creating new picking types for that configs. TT23199
chienandalu
force-pushed
the
13.0-ou-point_of_sale-stock_location_id
branch
from
August 25, 2022 07:17
4cd743e to
0331f29
Compare
pedrobaeza
approved these changes
Aug 25, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In v13 the deafault location of the picking type is used to take the stock in the picking operations of the pos configs. In the migration, this can lead to pickings that were using a common operation type taking the stock from the wrong locations. We prevent it creating new picking types for that configs.
cc @Tecnativa TT23199