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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
Hi,
Try use this code for rounding to decimal 2 in python file.
value = round(currency_amount, 2)
Regards
can you be more spesific how to do it?
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Apr 24
|
331 | ||
|
2
Jan 24
|
537 | ||
Error message
Solved
|
|
2
Nov 23
|
1009 | |
|
1
Mar 24
|
837 | ||
|
4
Sep 23
|
15240 |