Mrp Unbuild Tracked Raw Material
Allow to unbuild tracked purchased products
Mrp Unbuild Tracked Raw Material
Odoo has a limitation on tracked product's components which are not manufactured in the ERP.
When you try to do it, you get this warning:
Some of your components are tracked, you have to specify a manufacturing order in order to retrieve the correct components.
Unfortunately, it doesn't cover all the use cases.
Example: You receive eggs and you want to unbuild them in 2 parts:
- yellow part
- white part
Each of the parts are tracked and not linked to a previous manufacturing order because, you don't build the eggs yourself, you subcontract it to a chicken.
Table of contents
Configuration
Customize method _prepare_lots_for_purchased_unbuild() to define your own data lot
Usage
# Check 'Allow Unbuild Purchased' field in Inventory tab on product form for any product with a bom you didn't manufactured but you want unbuild.
# Go to Manufacturing > Operations > Unbuild Orders
# Encode an unbuild order with the product used in first step
Known issues / Roadmap
This module doesn't take account product allow_unbuild_purchased checked which use serial tracking
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Authors
- Akretion
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainer:
This module is part of the OCA/manufacture project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Once the user has seen at least one product this snippet will be visible.