I am currently trying to add a static image into an Odoo v10 report. In Odoo v8, I used the image tag with the path like this:
<field 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.
Greetings, Matthias