[FIX] report_csv/__manifest__.py: remove csv external dependency

This commit is contained in:
Pablo Esteban
2023-01-25 09:49:25 +01:00
committed by Enric Tobella
parent 0be36d56b1
commit e37f2fb00d

View File

@@ -10,11 +10,6 @@
'category': 'Reporting',
'version': '12.0.1.0.0',
'license': 'AGPL-3',
'external_dependencies': {
'python': [
'csv',
],
},
'depends': [
'base', 'web',
],