تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
2520 أدوات العرض

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 


 

الصورة الرمزية
إهمال
أفضل إجابة

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

الصورة الرمزية
إهمال
الكاتب

THANKYOU

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
أبريل 24
798
0
أكتوبر 24
794
0
يناير 22
9
0
سبتمبر 23
1499
2
مارس 20
3442