Skip to content
Snippets Groups Projects
Commit 26b28408 authored by Ivan Yelizariev's avatar Ivan Yelizariev
Browse files

[FIX] mrp: fix uom conversion in bom kit


no need to make rounding during computing qty_available

STEPS (see the test):

* create product with uom dozens
* create product with uom units
* create bom kit to convert one to another
* set qty on hand to 1 for product dozens
* check qty for product units

BEFORE: qty=11
AFTER:  qty=12

---

opw-2632782

closes odoo/odoo#76145

Signed-off-by: default avatarArnold Moyaux <amoyaux@users.noreply.github.com>
parent addd4ae7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment