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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
0
Sep 21
|
4616 | |||
|
1
May 18
|
5604 | |||
|
2
Jan 17
|
8628 | |||
|
3
Mar 15
|
9544 | |||
|
1
Apr 26
|
899 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.