mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] report_csv remove incorrect external_dependencies
csv is a stdlib module, no need to declare it as external dep.
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
"category": "Reporting",
|
||||
"version": "13.0.1.0.1",
|
||||
"license": "AGPL-3",
|
||||
"external_dependencies": {"python": ["csv"]},
|
||||
"depends": ["base", "web"],
|
||||
"data": ["views/webclient_templates.xml"],
|
||||
"demo": ["demo/report.xml"],
|
||||
|
||||
Reference in New Issue
Block a user