From 2ea010c3dbfc7e591508faa36d6bc1acd2d40e79 Mon Sep 17 00:00:00 2001 From: Matteo Bilotta Date: Thu, 6 Aug 2020 17:52:14 +0200 Subject: [PATCH] [FIX] Deeply wrong dependency from `csv`. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Oh, my God... What the heck! 😰 --- account_bank_statement_import_txt_xlsx/__manifest__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/account_bank_statement_import_txt_xlsx/__manifest__.py b/account_bank_statement_import_txt_xlsx/__manifest__.py index 2443054..7225904 100644 --- a/account_bank_statement_import_txt_xlsx/__manifest__.py +++ b/account_bank_statement_import_txt_xlsx/__manifest__.py @@ -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", ] },