mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[12.0][MIG] report_csv
This commit is contained in:
@@ -16,6 +16,7 @@ except ImportError:
|
||||
|
||||
class ReportCSVAbstract(models.AbstractModel):
|
||||
_name = 'report.report_csv.abstract'
|
||||
_description = 'Abstract Model for CSV reports'
|
||||
|
||||
def _get_objs_for_report(self, docids, data):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user