Hi ,
I have created a module in openerp.7 for report.Its an SQL report.I have called SQL query in .py file.And my question is i like to print my company logo.I got Sucessful output.But when i install the same module in different addons i failed to get the logo in that addons.
The code used to call image as follows:
<image x="0" y="0" file="image_path/image.png" height="61.0" width="61.0"/>
can u say why i cant get image in other modules????