-
- Downloads
[FIX] stock: display forecasted quantity with correct precision
The quantity of the forecasted report was displayed without any precision specified
Steps to reproduce:
1. Install the Stock and Sales apps
2. Create a storable product
3. Create a quotation for this product with a quantity of 1.63
4. Confirm the quotation
5. Go to the product and open the forecasted report
6. The 'Not Available' quantity is -1.6300000000000001 instead of -1.63
Solution:
Specify the widget and decimal precision used for the quantity
OPW-2713548
closes odoo/odoo#81992
Signed-off-by:
Arnold Moyaux <arm@odoo.com>
Please register or sign in to comment