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.
in odoo10, your above format is correct.