Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
2523 Visninger

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
Kassér
Bedste svar

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
Kassér
Forfatter

THANKYOU

Related Posts Besvarelser Visninger Aktivitet
0
apr. 24
799
0
okt. 24
802
0
jan. 22
9
0
sep. 23
1502
2
mar. 20
3444