Hello,
I'm facing a rounding issue in the Manufacturing module in Odoo 18.
When I create a Manufacturing Order for a product that requires a small quantity of a raw material (e.g., 0.004762 kg), Odoo automatically rounds it up to 0.010000 kg during production.
However, my UoM (kg) has a Rounding Precision of 0.0001000, so I expect it to keep the exact quantity.
- UoM: Kilogram (kg)
- Rounding Precision: 0.001000
Is there any internal rounding happening during the consumption process?
How can I configure the system to respect the exact BoM quantity without rounding it up?
Thanks in advance!