-
-
Notifications
You must be signed in to change notification settings - Fork 486
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
[15.0][ADD] purchase_mrp_distribution: New module to distribute qty of move in diferent products #1300
[15.0][ADD] purchase_mrp_distribution: New module to distribute qty of move in diferent products #1300
Conversation
af30362
to
08da4d8
Compare
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.
Code and functional review OK.
@CarlosRoca13 Can you please rebase to recreate a runboat? |
08da4d8
to
5432700
Compare
@bosd done! |
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.
Fucntional test. LGTM
ping @pedrobaeza |
… in diferent products This module aims to address the need to receive a generic product, but until the moment of reception, we do not know the quantity that we might receive of its specific products. Using kits was not suitable for us, because to account for a unit of the kit product, the quantity specified in the BoM must be received. Therefore, we opted to define a new type of BoM called distribution. In this way, upon receiving a unit of any product added to the BoM, it will be accounted for as a unit of the generic product and will be reflected in the svls as separate products, but they will be accounted for in the purchase line as part of the product.
5432700
to
0ea4e39
Compare
Oops, I missed the filling test. |
It's not our fault... #1388 |
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 191403b. Thanks a lot for contributing to OCA. ❤️ |
This module aims to address the need to receive a generic product, but until the moment of reception, we do not know the quantity that we might receive of its specific products.
Using kits was not suitable for us, because to account for a unit of the kit product, the quantity specified in the BoM must be received. Therefore, we opted to define a new type of BoM called distribution.
In this way, upon receiving a unit of any product added to the BoM, it will be accounted for as a unit of the generic product and will be reflected in the svls as separate products, but they will be accounted for in the purchase line as part of the product.
cc @Tecnativa TT49937
ping @pedrobaeza @victoralmau