From ad66cf306e110c6aefaad9fc62c57d5ce5f40fa3 Mon Sep 17 00:00:00 2001 From: "Moises Lopez - https://www.vauxoo.com/" Date: Tue, 18 Jul 2023 09:43:01 -0600 Subject: [PATCH] [FIX] base_vat_optional_vies: Fix error installing vatnumber Fix https://github.com/OCA/account-financial-tools/issues/1699 --- base_vat_optional_vies/__manifest__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/base_vat_optional_vies/__manifest__.py b/base_vat_optional_vies/__manifest__.py index 5832e46b6..e02cc6708 100644 --- a/base_vat_optional_vies/__manifest__.py +++ b/base_vat_optional_vies/__manifest__.py @@ -9,7 +9,7 @@ "category": "Accounting", "version": "14.0.1.0.3", "depends": ["base_vat"], - "external_dependencies": {"python": ["vatnumber"]}, + "external_dependencies": {"python": ["vatnumber<=1.0"]}, "data": ["views/res_partner_view.xml"], "author": "Tecnativa," "Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools", diff --git a/requirements.txt b/requirements.txt index 1fad0685c..ff64b1b3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # generated from manifests external_dependencies numpy-financial<=1.0.0 numpy>=1.15 -vatnumber +vatnumber<=1.0