Rod Schouteden
5 years ago
committed by
Alex Cuellar
7 changed files with 89 additions and 97 deletions
-
38report_xlsx/__manifest__.py
-
51report_xlsx/controllers/main.py
-
8report_xlsx/models/ir_report.py
-
10report_xlsx/report/report_partner_xlsx.py
-
18report_xlsx/report/report_xlsx.py
-
33report_xlsx/static/src/js/report/action_manager_report.js
-
28report_xlsx/tests/test_report.py
@ -1,30 +1,16 @@ |
|||||
# Copyright 2015 ACSONE SA/NV (<http://acsone.eu>) |
# Copyright 2015 ACSONE SA/NV (<http://acsone.eu>) |
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). |
||||
{ |
{ |
||||
'name': "Base report xlsx", |
|
||||
|
|
||||
'summary': "Base module to create xlsx report", |
|
||||
'author': 'ACSONE SA/NV,' |
|
||||
'Creu Blanca,' |
|
||||
'Odoo Community Association (OCA)', |
|
||||
'website': "https://github.com/oca/reporting-engine", |
|
||||
'category': 'Reporting', |
|
||||
'version': '13.0.1.0.0', |
|
||||
'license': 'AGPL-3', |
|
||||
'external_dependencies': { |
|
||||
'python': [ |
|
||||
'xlsxwriter', |
|
||||
'xlrd', |
|
||||
], |
|
||||
}, |
|
||||
'depends': [ |
|
||||
'base', 'web', |
|
||||
], |
|
||||
'data': [ |
|
||||
'views/webclient_templates.xml', |
|
||||
], |
|
||||
'demo': [ |
|
||||
'demo/report.xml', |
|
||||
], |
|
||||
'installable': True, |
|
||||
|
"name": "Base report xlsx", |
||||
|
"summary": "Base module to create xlsx report", |
||||
|
"author": "ACSONE SA/NV," "Creu Blanca," "Odoo Community Association (OCA)", |
||||
|
"website": "https://github.com/oca/reporting-engine", |
||||
|
"category": "Reporting", |
||||
|
"version": "13.0.1.0.0", |
||||
|
"license": "AGPL-3", |
||||
|
"external_dependencies": {"python": ["xlsxwriter", "xlrd"]}, |
||||
|
"depends": ["base", "web"], |
||||
|
"data": ["views/webclient_templates.xml"], |
||||
|
"demo": ["demo/report.xml"], |
||||
|
"installable": True, |
||||
} |
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue