From c395d1bf3bf540b8dc958ccc3f37270a443fd6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Gonz=C3=A1lez?= Date: Thu, 20 Apr 2023 02:03:26 +0000 Subject: [PATCH] [FIX] account_asset_management: remove `python-dateutil` from depends Such dependency is already included in Odoo requirements using a pinned version [1]. Adding here could cause to upgrade the library to an incompatible version. [1] https://github.com/odoo/odoo/blob/1a264d7d9093/requirements.txt#L45 --- account_asset_management/__manifest__.py | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/account_asset_management/__manifest__.py b/account_asset_management/__manifest__.py index 23e331c38..790ec6f99 100644 --- a/account_asset_management/__manifest__.py +++ b/account_asset_management/__manifest__.py @@ -10,7 +10,6 @@ "depends": ["account", "report_xlsx_helper"], "excludes": ["account_asset"], "development_status": "Mature", - "external_dependencies": {"python": ["python-dateutil"]}, "author": "Noviat, Odoo Community Association (OCA)", "website": "https://github.com/OCA/account-financial-tools", "category": "Accounting & Finance", diff --git a/requirements.txt b/requirements.txt index 285480089..12252fc0e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,4 @@ freezegun numpy-financial<=1.0.0 numpy>=1.15 -python-dateutil vatnumber