From 201cc04e2fe1a6b7e00f3b18ca9bf6fd42b5de85 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Mon, 28 Mar 2022 09:38:32 +0100 Subject: [PATCH] [FIX] base_vat_optional_vies: remove unneeded vatnumber This dependency is giving problems elsewhere and is not really used directly by this module. See https://github.com/OCA/account-financial-tools/pull/1360#issuecomment-1076354460 @moduon MT-455 --- base_vat_optional_vies/__manifest__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/base_vat_optional_vies/__manifest__.py b/base_vat_optional_vies/__manifest__.py index 066306ba..90b7e007 100644 --- a/base_vat_optional_vies/__manifest__.py +++ b/base_vat_optional_vies/__manifest__.py @@ -8,7 +8,6 @@ "category": "Accounting", "version": "15.0.1.0.0", "depends": ["base_vat"], - "external_dependencies": {"python": ["vatnumber"]}, "data": ["views/res_partner_view.xml"], "author": "Tecnativa," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools",