I am working with excel report in Open ERP with report_aeroo module.
I want to put an image on my Excel Report; is any way to do this?
For example, I am generating a report of “employee Details” in HR module and I want an image of the Employee in report; how can I accomplish this?
I don’t use aeroo/report_openoffice since a long time but if I remember well you should use ‘asimage’. Find its signature here. Note that the method is ‘_asimage’ but is assigned to the report as ‘asimage’, so that you have to do ‘asimage(myobj.image_field,…)