跳至內容
選單
此問題已被標幟
3 回覆
395 瀏覽次數

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

頭像
捨棄