跳至内容
菜单
此问题已终结
1 回复
2522 查看

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
4月 24
799
0
10月 24
796
0
1月 22
9
0
9月 23
1502
2
3月 20
3443