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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
<img src="/my_add/static/description/icon.png"/>
i.e.
<img src="/my_module/static/description/icon.png"/>
It's working.
Thank you very much.
Boris
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up