Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
2531 Vues

I want to replace 0.00 (second row) which are null data by blank space in span or a DASH.

My data is coming through dictionary in xml for eg: 

t-esc="pline['tds']"/>

I tried using "  or '-'  " but not working 


 

Avatar
Ignorer
Meilleure réponse

Hi

You can use    for blank space in qweb report.

Try with this example



<t t-if="pline['tds']">
<t t-esc="pline['tds']"/>
</t>
<t t-else="">
<span> &amp;nbsp;</span>
</t>

Regards

Avatar
Ignorer
Auteur

THANKYOU

Publications associées Réponses Vues Activité
0
avr. 24
804
0
oct. 24
811
0
janv. 22
9
0
sept. 23
1515
2
mars 20
3448