mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_py3o, report_py3o_fusion_server: black, isort
This commit is contained in:
committed by
Elmeri Niemelä
parent
1370625b24
commit
0bf0160d2d
@@ -1,29 +1,23 @@
|
||||
# Copyright 2013 XCG Consulting (http://odoo.consulting)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
'name': 'Py3o Report Engine',
|
||||
'summary': 'Reporting engine based on Libreoffice (ODT -> ODT, '
|
||||
'ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)',
|
||||
'version': '12.0.2.0.2',
|
||||
'category': 'Reporting',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'XCG Consulting,'
|
||||
'ACSONE SA/NV,'
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': 'http://odoo.consulting/',
|
||||
'depends': ['web'],
|
||||
'external_dependencies': {
|
||||
'python': ['py3o.template',
|
||||
'py3o.formats',
|
||||
'PyPDF2']
|
||||
},
|
||||
'data': [
|
||||
'security/ir.model.access.csv',
|
||||
'views/menu.xml',
|
||||
'views/py3o_template.xml',
|
||||
'views/ir_actions_report.xml',
|
||||
'views/report_py3o.xml',
|
||||
'demo/report_py3o.xml',
|
||||
"name": "Py3o Report Engine",
|
||||
"summary": "Reporting engine based on Libreoffice (ODT -> ODT, "
|
||||
"ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.)",
|
||||
"version": "12.0.2.0.2",
|
||||
"category": "Reporting",
|
||||
"license": "AGPL-3",
|
||||
"author": "XCG Consulting," "ACSONE SA/NV," "Odoo Community Association (OCA)",
|
||||
"website": "http://odoo.consulting/",
|
||||
"depends": ["web"],
|
||||
"external_dependencies": {"python": ["py3o.template", "py3o.formats", "PyPDF2"]},
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"views/menu.xml",
|
||||
"views/py3o_template.xml",
|
||||
"views/ir_actions_report.xml",
|
||||
"views/report_py3o.xml",
|
||||
"demo/report_py3o.xml",
|
||||
],
|
||||
'installable': True,
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user