Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
3 Besvarelser
445 Visninger

Hello,

In Odoo 18, I would like to show the app icon (in my_add/static/description/icon.png) in form view.

Something like 

<img src="../static/descriptopn/icon.png"/>

but working.

Thanks in advance,

Boris

Avatar
Kassér
Bedste svar
<img src="/my_add/static/description/icon.png"/>

i.e.


Avatar
Kassér
Bedste svar

<img src="/my_module/static/description/icon.png"/>


Avatar
Kassér
Forfatter Bedste svar

It's working.

Thank you very much.

Boris

Avatar
Kassér