From c648e7fb3afa3ec15ba2bb45fe05d00a1e854f5e Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Sat, 8 Jan 2022 20:04:59 +0100 Subject: [PATCH] [FIX] account_bank_statement_import_paypal: Remove fake external dependency It's part of the stdlib. --- account_bank_statement_import_paypal/__manifest__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/account_bank_statement_import_paypal/__manifest__.py b/account_bank_statement_import_paypal/__manifest__.py index 10f00938..6295d017 100644 --- a/account_bank_statement_import_paypal/__manifest__.py +++ b/account_bank_statement_import_paypal/__manifest__.py @@ -18,7 +18,6 @@ "multi_step_wizard", "web_widget_dropdown_dynamic", ], - "external_dependencies": {"python": ["csv"]}, "data": [ "security/ir.model.access.csv", "data/maps.xml",