Skip to Content
Menu
This question has been flagged
3 Replies
215 Views

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
Discard
Best Answer
<img src="/my_add/static/description/icon.png"/>

i.e.


Avatar
Discard
Best Answer

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


Avatar
Discard
Author Best Answer

It's working.

Thank you very much.

Boris

Avatar
Discard