mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] report_xlsx: Migration to 12.0
* refactor: On new ActionManager override _makeReportUrls and triggerDownload to support XLSX format * pass action to custom _downloadReportXLSX: Need action to get report data * dict constructor to remove context lang
This commit is contained in:
committed by
Pedro M. Baeza
parent
9de0bc7b62
commit
ddecb3e374
@@ -16,6 +16,7 @@ except ImportError:
|
||||
|
||||
class ReportXlsxAbstract(models.AbstractModel):
|
||||
_name = 'report.report_xlsx.abstract'
|
||||
_description = 'Abstract XLSX Report'
|
||||
|
||||
def _get_objs_for_report(self, docids, data):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user