Skip to content
Snippets Groups Projects
Commit 70776947 authored by yhu-odoo's avatar yhu-odoo
Browse files

[FIX] mrp: workorder cost not included in price


When auto-fill the duration of workorders in immediate production, the
workorder cost is not included in the price of the product.
It happens becuase we calculate the price in _post_inventory but we set
the duration after _post_inventory. To fix, we set the duration of the
workorders in before _post_inventory.

closes odoo/odoo#111804

Signed-off-by: default avatarWilliam Henrotin (whe) <whe@odoo.com>
parent 6f90d692
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment