Skip to Content
Menu
This question has been flagged

I would like to add more decimal places when creating a BOM. For example, if my product uses 0.004 units of material, this will be automatically rounded to 0.00. If I manufacture 1,000 units, it is sill 0.00 for that material. It should however be 4. Is there an easy solution for this in Odoo?  

Avatar
Discard
Best Answer

You can change the decimal accuracy for "Product Unit of Measure"  from 2 digits to more digits but this will change all fields using this decimal accuracy like qty field sale order line, purchase order line  and others.

You can change the accuracy by enabling developer mode then Go to settings and then from Technical menu under Database structure > select  decimal accuracy and then open  " Product Unit of Measure"  and change digits from 2 to the number you need.

Avatar
Discard
Author

That's great! Thanks for the help.

The only area I really do not want to show the extra decimal places is the printed forms I send to my vendors and partners. On most forms, there is a "float" widget set on the unit integer so it shows no decimal places.

However my quotation/order form is not allowing this. I get the error message:

Error while validating view:

Element '<xpath expr="/t[1]/t[1]/t[3]/t[1]/div[1]">' cannot be located in parent view

Any idea how to remove the decimal places on the unit quantity for the sales order form?

Related Posts Replies Views Activity
0
Jun 24
588
2
May 24
308
3
Jan 24
511
0
Sep 23
590
1
May 23
1201