Skip to Content
Menu
This question has been flagged
1 Reply
2596 Views

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????

Avatar
Discard
Best Answer

Mano,

You must try by :

<illustration height="380.0" width="0.0">
                    <image x="10" y="60" height="300.0" width="600.0">[[ A Function which gives a path to image dynamically]]</image>
                </illustration>

Thanks.

Avatar
Discard