-
- Downloads
[FIX] mrp, sale_mrp: always use BOM UoM on Replenishment
Steps to reproduce the bug:
- Create a storable product “P1”:
- route: MTO + manufacture
- uom: unit
- BOM:
- qty: 1 dozen
- component: 12 units of “C1”
- Create a SO:
- Product: 12 unit of “p1”
- uom: unit
- Confirm the SO
Problem:
The UOM set on the product is used instead of the BOM UoM on the created
manufacturing order.
wrong MO:
- 12 unit of "P1"
expcted MO:
- 1 dozen of "P1"
opw-3048190
closes odoo/odoo#104912
Signed-off-by:
Arnold Moyaux (arm) <arm@odoo.com>
Showing
- addons/mrp/models/stock_rule.py 2 additions, 2 deletionsaddons/mrp/models/stock_rule.py
- addons/mrp/tests/test_procurement.py 2 additions, 2 deletionsaddons/mrp/tests/test_procurement.py
- addons/sale_mrp/tests/test_sale_mrp_flow.py 2 additions, 2 deletionsaddons/sale_mrp/tests/test_sale_mrp_flow.py
Loading
Please register or sign in to comment