[MIG] report_xlsx: Migration to 13.0

This commit is contained in:
Rod Schouteden
2019-10-01 10:25:59 +02:00
committed by Alex Cuellar
parent bfc46ffcb8
commit adb71709e1
6 changed files with 15 additions and 11 deletions

View File

@@ -7,6 +7,7 @@ from odoo import models
class PartnerXlsx(models.AbstractModel):
_name = 'report.report_xlsx.partner_xlsx'
_inherit = 'report.report_xlsx.abstract'
_description = 'Partner XLSX Report'
def generate_xlsx_report(self, workbook, data, partners):
for obj in partners: