コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
2524 ビュー

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
800
0
10月 24
806
0
1月 22
9
0
9月 23
1507
2
3月 20
3446