İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
2517 Görünümler

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
Vazgeç
En İyi Yanıt

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
Vazgeç
Üretici

THANKYOU

İlgili Gönderiler Cevaplar Görünümler Aktivite
0
Nis 24
797
0
Eki 24
792
0
Oca 22
9
0
Eyl 23
1499
2
Mar 20
3442