I am trying to use the Inventory Adjustment feature in Odoo v8. If I set the “Real Quantity” with a decimal value like 4.5 or 1.6, the Stock Move is created with decimal value but the Quant is created with the quantity rounded to the nearest whole number. And this means that the value of the quant is also wrong because it uses the cost price * the rounded quantity.
I have tried adjusting the decimal accuracy for the Product Unit of Measure to 4 and rebooting the server but I still get the same result.
Is it possible to configure Odoo to use decimal quantities on quants?