Hi everyone
I want to know how does partner_xlsx('report.res.partner.xlsx', 'res.partner') works ?
When using xlsx reporting module we use this
from openerp.addons.report_xlsx.report.report_xlsx import ReportXlsx class partner_xlsx(ReportXlsx): def generate_excel_report(self, workbook, data, repports, file_data): |
|
Is there any way to use other solution than calling partner_xlsx because without it you can't print your xlsx report |