[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:
Cristian Salamea
2018-10-08 01:35:58 -05:00
committed by Pedro M. Baeza
parent 9de0bc7b62
commit ddecb3e374
8 changed files with 110 additions and 65 deletions

View File

@@ -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):
"""