コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
1911 ビュー

src="/module_name/static/description/image.png" does not seem to work on image tags in my xml template. I'm on odoo16.

アバター
破棄
著作者 最善の回答

I added class="article" to the top div element and suddenly the report came to life. My images displayed, the font was set etc I don't know what it does but it worked for me. Thanks for the help anyways

アバター
破棄
最善の回答

Hi,
Refer to the below code

<template id="your_template_id" inherit_id="your_inherited_template_id" name="Your Template Name">
    <!-- Add the web directive to reference static assets -->
    <xpath expr="//img/@src" position="replace">
<attribute name="t-att-src">web/image/module_name/static/description/image.png</attribute>
    </xpath>

    <!-- Your other template content goes here -->
</template>

Hope it helps


アバター
破棄
関連投稿 返信 ビュー 活動
0
12月 23
1854
1
7月 19
8470
3
3月 17
9018
1
3月 25
1182
0
11月 24
1426