Skip to content
Snippets Groups Projects
Commit 37169c20 authored by Nicolas Martinelli's avatar Nicolas Martinelli
Browse files

[IMP] mrp: store quantity available

We store quantity available to avoid numerical inconsistencies. For
exemple, with a rounding of 1e-6:
- `product_uom_qty` = 0.058824 (stored)
- `quantity_available` = 0.058823999999994 (not stored)

The dependencies of the field are fixed from v10.0.

opw-704775
parent b0efe1d4
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