[PATCH] mrp.bom: include product_qty of child BoMs in factor
Bug #455484 reported by
Adam James
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Invalid
|
Undecided
|
Unassigned | |||
credativ-openerp | Status tracked in Trunk | |||||
Addons-5.0 |
New
|
Undecided
|
Unassigned | |||
Addons-6.0 |
New
|
Undecided
|
Unassigned | |||
Addons-6.1 |
New
|
Undecided
|
Unassigned | |||
Trunk |
New
|
Undecided
|
Unassigned |
Bug Description
Patch is against trunk.
the _bom_explode function in addons/mrp/mrp.py doesn't take into account the quantity required of the parent BoM when computing required parts. If a sub-BoM has a quantity of 4 then all the parts below must be multiplied by 4. The attached patch fixes this error.
Changed in openobject-addons: | |
status: | New → Incomplete |
To post a comment you must log in.
hello,
If a sub-BoM has a quantity of 4 then all the parts below must be multiplied by 4.
It is working if print the Product Cost Structure from product object which has BOM.It will call a wizard by taking Number of product to produce as a input and will be printed the product cost structure as multiplied of Number of product to produce.
Hope this will help you.
Thanks.