El jueves, 4 de junio de 2015, 18:25:03 (UTC+2), Cédric Krier escribió: > > On 04 Jun 17:38, Albert Cervera i Areny wrote: > > 2015-06-04 16:11 GMT+02:00 <[email protected] <javascript:>>: > > > Hi, > > > > > > i am trying to add a company logo to the Reports for example in > invoices. > > > I am using the spanish Module company_logo and add the image to the > company > > > settings in register 'Report' where you can also set the header and > footer. > > > but on the reports the picture will not be displayed. > > > Does anybody use this Module or is there a other way to add logos in > > > reports? >
My case, tryton 3.4 - Take the file header_A4.odt from modules/company - Create a frame in the header - in options->name, put *image: (StringIO(str(company.logo)), 'image/png')* - replace the original header_A4.odt Works for me > > > > We use this module but we use it together with the jasper_reports [1] > > engine. With it, it is relatively easy to use such image in headers. > > Can't tell how to do that with relatorio. > > Create a frame; > Set as title: image: bytestream, mimetype > > bytestream can be an other relatorio report or char, a string or file-like > object (BytesIO). So it can be a Binary field of Tryton. > And you can optionaly add two more attributes for the width and the > height. > > -- > Cédric Krier - B2CK SPRL > Email/Jabber: [email protected] <javascript:> > Tel: +32 472 54 46 59 > Website: http://www.b2ck.com/ >
