Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3 Odpovědi
329 Zobrazení

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
Zrušit
Nejlepší odpověď
<img src="/my_add/static/description/icon.png"/>

i.e.


Avatar
Zrušit
Nejlepší odpověď

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


Avatar
Zrušit
Autor Nejlepší odpověď

It's working.

Thank you very much.

Boris

Avatar
Zrušit