Pedro M. Baeza
8 years ago
committed by
Enric Tobella
No known key found for this signature in database
GPG Key ID: 1A2546A1B7BA2451
1 changed files with
4 additions and
1 deletions
-
report_xlsx/__openerp__.py
|
@ -12,8 +12,11 @@ |
|
|
'category': 'Reporting', |
|
|
'category': 'Reporting', |
|
|
'version': '9.0.1.0.0', |
|
|
'version': '9.0.1.0.0', |
|
|
'license': 'AGPL-3', |
|
|
'license': 'AGPL-3', |
|
|
'external_dependencies': {'python': ['xlsxwriter']}, |
|
|
|
|
|
|
|
|
'external_dependencies': {'python': ['xlsxwriter'], |
|
|
|
|
|
'installable': False, |
|
|
|
|
|
}, |
|
|
'depends': [ |
|
|
'depends': [ |
|
|
'base', |
|
|
'base', |
|
|
], |
|
|
], |
|
|
|
|
|
'installable': False, |
|
|
} |
|
|
} |