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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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> &nbsp;</span>
</t>
Regards
THANKYOU
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký| Bài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
|---|---|---|---|---|
|
0
thg 4 24
|
1374 | |||
|
0
thg 10 24
|
1382 | |||
|
0
thg 1 22
|
9 | |||
|
0
thg 9 23
|
2042 | |||
|
2
thg 3 20
|
4158 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.