Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2500 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Autor

THANKYOU

Related Posts Odpovědi Zobrazení Aktivita
0
dub 24
789
0
říj 24
772
0
led 22
9
0
zář 23
1492
2
bře 20
3421