mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_csv: Migration to 13.0
This commit is contained in:
@@ -8,6 +8,7 @@ from odoo import models
|
||||
class PartnerCSV(models.AbstractModel):
|
||||
_name = "report.report_csv.partner_csv"
|
||||
_inherit = "report.report_csv.abstract"
|
||||
_description = "Report Partner to CSV"
|
||||
|
||||
def generate_csv_report(self, writer, data, partners):
|
||||
writer.writeheader()
|
||||
|
||||
Reference in New Issue
Block a user