From 53e7ccc2604bcac8085c81c2eaafc8119cf7e193 Mon Sep 17 00:00:00 2001 From: Andrea Stirpe Date: Wed, 31 May 2023 11:57:57 +0200 Subject: [PATCH] [FIX] account_fiscal_year: website in __manifest__.py --- account_fiscal_year/__manifest__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/account_fiscal_year/__manifest__.py b/account_fiscal_year/__manifest__.py index 0dfbc8100..e526df7f0 100644 --- a/account_fiscal_year/__manifest__.py +++ b/account_fiscal_year/__manifest__.py @@ -8,8 +8,7 @@ "version": "15.0.1.0.0", "development_status": "Production/Stable", "category": "Accounting", - "website": "https://github.com/OCA/account-financial-tools" - "14.0/account_fiscal_year", + "website": "https://github.com/OCA/account-financial-tools", "author": "Agile Business Group, Camptocamp SA, " "Odoo Community Association (OCA)", "maintainers": ["eLBati"],