mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[IMP] report_csv: black, isort
This commit is contained in:
@@ -1,28 +1,16 @@
|
||||
# Copyright 2019 Creu Blanca
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
'name': "Base report csv",
|
||||
|
||||
'summary': "Base module to create csv report",
|
||||
'author': 'Creu Blanca,'
|
||||
'Odoo Community Association (OCA)',
|
||||
'website': "https://github.com/oca/reporting-engine",
|
||||
'category': 'Reporting',
|
||||
'version': '12.0.1.0.0',
|
||||
'license': 'AGPL-3',
|
||||
'external_dependencies': {
|
||||
'python': [
|
||||
'csv',
|
||||
],
|
||||
},
|
||||
'depends': [
|
||||
'base', 'web',
|
||||
],
|
||||
'data': [
|
||||
'views/webclient_templates.xml',
|
||||
],
|
||||
'demo': [
|
||||
'demo/report.xml',
|
||||
],
|
||||
'installable': True,
|
||||
"name": "Base report csv",
|
||||
"summary": "Base module to create csv report",
|
||||
"author": "Creu Blanca," "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/oca/reporting-engine",
|
||||
"category": "Reporting",
|
||||
"version": "12.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"external_dependencies": {"python": ["csv"]},
|
||||
"depends": ["base", "web"],
|
||||
"data": ["views/webclient_templates.xml"],
|
||||
"demo": ["demo/report.xml"],
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user