Skip to content
Snippets Groups Projects
Commit 1c233c2f authored by Arnold Moyaux's avatar Arnold Moyaux Committed by yhu-odoo
Browse files

[FIX] mrp: quantity done on stock.move set as 0 when producing


To reproduce:
    1. create a BOM with analytic account
    2. create a MO to produce 10 of the above product
    3. change producing qty to 5, SAVE the form.
    4. change producing qty to 10, SAVE the form.

It happens because the server receive at the same time a new
`stock.move.line` creation and a quantity_done to write on the
`stock.move`.

closes odoo/odoo#86431

Signed-off-by: default avatarArnold Moyaux <arm@odoo.com>
parent 33114b90
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