Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
2506 Vizualizări

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 


 

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Autor

THANKYOU

Related Posts Răspunsuri Vizualizări Activitate
0
apr. 24
792
0
oct. 24
773
0
ian. 22
9
0
sept. 23
1493
2
mar. 20
3427