You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to produce more than 1 product with the configured BOM, the system doesn't multiply the quantity of the components in which the quantity is determined in the quantity forula field.
To reproduce
Affected version: 16.0
Step to reproduce the bug:
Create a new BOM for the product X
Add a component Y to the BOM
Configure the quantity formula (i.e. quantity = 2)
Save and exit
Create a new work order for more than one unit of product X (from a sale order or directly from the manifacturing app, it's the same)
Odoo, for the component Y, doesn't multiply the quantity resulting from the quantity formula by the quantity of product X needed (i.e. WO for 2 units of product X -> the quantity for component Y is not 4, but remains 2)
Expected behavior
Odoo, for the component Y, shows the correct quantity calculated as the quantity resulting from the quantity formula by the quantity of product X needed (i.e. WO for 2 units of product X -> the quantity for component Y is 4)
The text was updated successfully, but these errors were encountered:
Module
mrp_bom_line_formula_quantity
Bug
When I want to produce more than 1 product with the configured BOM, the system doesn't multiply the quantity of the components in which the quantity is determined in the quantity forula field.
To reproduce
Affected version: 16.0
Step to reproduce the bug:
Expected behavior
Odoo, for the component Y, shows the correct quantity calculated as the quantity resulting from the quantity formula by the quantity of product X needed (i.e. WO for 2 units of product X -> the quantity for component Y is 4)
The text was updated successfully, but these errors were encountered: