I have used:
<img src="/module/static/src/img/image.png" class="img" style="height:25%;width:25%;"/>
in my report
it shows the image when qweb-html, but when rendering to pdf the image does not show.
I have used:
<img src="/module/static/src/img/image.png" class="img" style="height:25%;width:25%;"/>
in my report
it shows the image when qweb-html, but when rendering to pdf the image does not show.
Already fixed the problem
had use a layout.
<t t-call="web.html_container">
<t t-foreach="docs" t-as="doc">
<t t-call="web.internal_layout">
......
adding <t t-call="web.internal_layout"> is solving the issue, thanks
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
0
9月 21
|
4758 | |||
|
1
5月 18
|
5757 | |||
|
2
1月 17
|
8711 | |||
|
3
3月 15
|
9623 | |||
|
1
4月 26
|
967 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.