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:
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> &nbsp;</span>
</t>
Regards
THANKYOU
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
0
kwi 24
|
793 | ||
|
0
paź 24
|
778 | ||
|
0
sty 22
|
9 | ||
|
0
wrz 23
|
1496 | ||
|
2
mar 20
|
3434 |