mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] report_csv/__manifest__.py: remove csv external dependency
This commit is contained in:
committed by
Enric Tobella
parent
0be36d56b1
commit
e37f2fb00d
@@ -10,11 +10,6 @@
|
||||
'category': 'Reporting',
|
||||
'version': '12.0.1.0.0',
|
||||
'license': 'AGPL-3',
|
||||
'external_dependencies': {
|
||||
'python': [
|
||||
'csv',
|
||||
],
|
||||
},
|
||||
'depends': [
|
||||
'base', 'web',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user