Skip to content

Commit b265c63

Browse files
romainseonnicoe
authored andcommitted
Add support for post 2013 docx and xlsx in Report [CUSTOM]
Fix tryton#8
1 parent 2c55fcd commit b265c63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

trytond/report/report.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
'doc95': 'doc',
6464
'docbook': 'xml',
6565
'docx7': 'docx',
66+
'docx': 'docx',
6667
'ooxml': 'xml',
6768
'latex': 'ltx',
6869
'sdc4': 'sdc',
@@ -77,6 +78,7 @@
7778
'xhtml': 'html',
7879
'xls5': 'xls',
7980
'xls95': 'xls',
81+
'xlsx': 'xlsx',
8082
}
8183

8284
TIMEDELTA_DEFAULT_CONVERTER = {

0 commit comments

Comments
 (0)