Hi,
Below is my rml report tag for displaying an image. However, it does not display any image in the pdf.
<image file="addons/mymodule/report/lightweight.jpg" x="300" y="700" />
I also tried to use the url image path like "http://mydomain.com/images/test.jpg", it looks like may be there is something else missing here?
Any advise on where should I put my image file/s or how to resolve this issue? Thanks.