Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
6007 Ansichten

```

<li>Blacklist: 

 <t t-if="record.blacklist.raw_value === true"> 

<img alt="Blacklist" t-att-src="'/front_office_management/static/src/img/off.png'" class="o_kanban_image "/> 

 </t> 

 <t t-if="record.blacklist.raw_value === false"> 

 <img alt="Blacklist" t-att-src="'/front_office_management/static/src/img/on.png'" class="o_kanban_image "/>

 </t>
</li>


```

image is not working is it syntax error ?


Avatar
Verwerfen
Beste Antwort

Hi,


don't use t-att-src if you just want a static value.  In this case you can just use:


<img alt="Blacklist" src="/front_office_management/static/src/img/off.png" class="o_kanban_image"/> 

Also make sure that the image url is valid, so test on your devel instance the link  http://localhost:8069/front_office_management/static/src/img/off.png to make sure it works

regards,


Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
0
Feb. 21
1930
0
Apr. 16
2472
0
Aug. 19
3180
1
Nov. 19
9589
1
Okt. 24
11218