mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_xlsx: Migration to 13.0
This commit is contained in:
committed by
Alex Cuellar
parent
bfc46ffcb8
commit
adb71709e1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user