[FIX] Deeply wrong dependency from csv.

Oh, my God... What the heck! 😰
This commit is contained in:
Matteo Bilotta
2020-08-06 17:52:14 +02:00
committed by GitHub
parent b4695b27a5
commit 2ea010c3db

View File

@@ -5,7 +5,7 @@
{
"name": "Account Bank Statement Import TXT XLSX",
"summary": "Import TXT/CSV or XLSX files as Bank Statements in Odoo",
"version": "12.0.2.0.2",
"version": "12.0.2.0.3",
"category": "Accounting",
"website": "https://github.com/OCA/bank-statement-import",
"author":
@@ -21,7 +21,6 @@
],
"external_dependencies": {
"python": [
"csv",
"xlrd",
]
},