This question has been flagged
1 Reply
3032 Views

Can i change the number of decimal place printed in a webkit report? Someone know how to?

Avatar
Discard
Best Answer

Greetings Markus,

Usually the number of decimals displayed in the webkit report is the one you have set in OpenERP at (Settings->Database Structure->Decimal Precision) and picking the Unit of Sale or which one you need

You can also try using ${formatLang(object)} or as a last case scenario you can do ${str(number)[:2]} and the more you add to the 2 the more decimals it will show

Hope this helps you Markus, have a great day!

Avatar
Discard
Author

thx using ${ str()} save the problem, we have used ${formatLang()} in the first place