-
-
Notifications
You must be signed in to change notification settings - Fork 495
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][ADD] mrp_bom_compute_sales_price #1427
base: 17.0
Are you sure you want to change the base?
Conversation
Hello @SMaciasOSI and thanks for this work In my area (handmade food industry), it's the "opposite", you have BoM composed of Raw materials that you have to buy. So the components don't have sale price but purchase (cost) price. I don't have issues with your approach but maybe you can describe this precisely in your readme ? 🙂 Here is my pending module that handle cost, sale and margin prices : #1227 |
Hello! Yes, this module intends to allow the users to set the sales price for the manufactured product based on the components' sales price, which may be sold separately as well. I've seen your module, it looks very useful, however the use case for this module is different. In this scenario, each specific component, since it can also be sold, has a different sales margin, so the sales margin for the manufactured product can't be extrapolated from the components as easily. |
Yep ok ! Two modules for two very differents usages ! (don't hesitate to review mine ;-)) |
However, Manufactured product cost should be the sum of its component as well, with a margin = 0 so its sale price is equal to its cost price. Do you have example for this use cases so it can be more clear in my mind ? |
This is ready to be reviewed now |
The scenario is as follows A manufacturing company sells manufactured products, but can also sell the components they use for manufacturing Each component has a different sales margin When manufacturing, the manufactured product can't be sold for less than the combined sales price of its components, but it can be sold for more When a client sends an RFQ, a quotation engineering department has to evaluate what the sales price of the manufactured product should be. This is where this module comes into play. A BoM is generated by the design department, which is then sent to the quotation engineering folks, whose job is to set the sales price for the designed product. |
7646bc2
to
aca93de
Compare
No description provided.