Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
20909 Weergaven

For example, When I run this code:         <p><t t-esc="6.2/9"/></p>

 

I get this:                                               <p>0.688888888889</p>

 

How can I make it look like this:            <p>0.69</p>   

Avatar
Annuleer
Beste antwoord

<p><t t-esc="round(6.2/9,2)"/></p>

Avatar
Annuleer
Auteur

Thank you Sajin. Where can I find this information from????

Auteur

You have provided me with a lot of help with many of my questions. I appreciate it. Where do you work?

Still works in 14.0!