Hi,
How do you remove decimal places using CSS Style or t-esc-options?
Chirag
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Try follwoing in your report
formatLang(<<your value>>,digits=0)
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
Just a note that I just realized that formatLang does not do proper rounding. It will truncate the remaining decimal places (it used string formatting tool). So, it is better if you do a proper rounding first before you put your value into formatLang.