mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] sql_export_excel: add missing dependency to python lib openpyxl
This commit is contained in:
committed by
Florian da Costa
parent
9655aa0fcd
commit
9bf78ac276
@@ -12,6 +12,11 @@
|
||||
'depends': [
|
||||
'sql_export',
|
||||
],
|
||||
'external_dependencies': {
|
||||
'python': [
|
||||
'openpyxl',
|
||||
],
|
||||
},
|
||||
'data': [
|
||||
'views/sql_export_view.xml',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user