mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
19 lines
502 B
Python
19 lines
502 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2009-2018 Noviat.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Report xlsx helpers',
|
|
'author': 'Noviat,'
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/reporting-engine',
|
|
'category': 'Reporting',
|
|
'version': '10.0.1.0.0',
|
|
'license': 'AGPL-3',
|
|
'external_dependencies': {'python': ['xlsxwriter']},
|
|
'depends': [
|
|
'report_xlsx',
|
|
],
|
|
'installable': True,
|
|
}
|