تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
239 أدوات العرض

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

الصورة الرمزية
إهمال