Odoo image in excel
问题 I'm creating an excel file with xlsxwriter and need to place my company logo into these excel file.. I've been trying with insert_image but not success. I suppose that is something like parse partner.image into a buffer... but im stuck.. Pleace your help. this is my code. @api.multi def report_print(self): output=io.BytesIO() book=xlsxwriter.Workbook(output) sheet1=book.add_worksheet("PCA") sheet1.write('A1','PCA') #======================================================================= #