Browse Source
[FIX] report_xlsx: missing dependency
pull/338/head
Stéphane Bidoul (ACSONE)
5 years ago
No known key found for this signature in database
GPG Key ID: BCAB2555446B5B92
1 changed files with
1 additions and
0 deletions
-
report_xlsx/__manifest__.py
|
|
@ -15,6 +15,7 @@ |
|
|
|
'external_dependencies': {'python': ['xlsxwriter']}, |
|
|
|
'depends': [ |
|
|
|
'base', |
|
|
|
'report', |
|
|
|
], |
|
|
|
'data': [ |
|
|
|
'security/ir.model.access.csv', |
|
|
|