Skip to Content
Menu
This question has been flagged
2 Replies
2523 Views

I am trying to add static images into an Odoo v10 report.
In Odoo v8, I've always added images like.

<img src="/my_module/static/src/img/my_image.png"/>

But in Odoo v10 it does only display an empty rectangle.

Has it been changed in v10 or am I doing something wrong?
The path and the name of the file is correct.

Avatar
Discard

in odoo10, your above format is correct.

Best Answer

One possibility is your image may be loaded but that was overlapped.

 You give a fixed width and height for your image.  .

Avatar
Discard