Skip to Content
Menu
This question has been flagged
1 Reply
3180 Views

Hi,

Anybody knows a way to decrease decimal places from 3 to 2. I have change it in Odoo 14 and now It dont let me change because its been used to make accounting entries.


Is this a irrevesible process?


Thanks

Avatar
Discard
Best Answer

Hi,

Try use this code for rounding to decimal 2 in python file.

value = round(currency_amount, 2)

Regards

Avatar
Discard

can you be more spesific how to do it?

Related Posts Replies Views Activity
1
Apr 24
331
2
Jan 24
537
2
Nov 23
1009
1
Mar 24
837
4
Sep 23
15240