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
@@ -8,7 +8,7 @@ _logger = logging.getLogger(__name__)
|
||||
try:
|
||||
from xlrd import open_workbook
|
||||
except ImportError:
|
||||
_logger.debug('Can not import xlsxwriter`.')
|
||||
_logger.debug('Can not import xlrd`.')
|
||||
|
||||
|
||||
class TestReport(common.TransactionCase):
|
||||
|
||||
Reference in New Issue
Block a user