mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
Merge pull request #2 from osiell/9.0-add-base_report_xlsx-ape-amend
[FIX] 9.0 - report_xlsx - Minor fix
This commit is contained in:
@@ -33,7 +33,7 @@ class ReportXlsx(report_sxw):
|
||||
self.env.cr, self.env.uid, self.name2, self.env.context)
|
||||
objs = self.getObjects(
|
||||
self.env.cr, self.env.uid, ids, self.env.context)
|
||||
self.parser_instance.set_context(objs, data, objs.ids, 'xlsx')
|
||||
self.parser_instance.set_context(objs, data, ids, 'xlsx')
|
||||
file_data = StringIO()
|
||||
workbook = xlsxwriter.Workbook(file_data)
|
||||
self.generate_xlsx_report(workbook, data, objs)
|
||||
|
||||
Reference in New Issue
Block a user