From a3f252d85b56a815ba226a94674f59c7c7ab1b19 Mon Sep 17 00:00:00 2001 From: Andrea Stirpe Date: Wed, 31 May 2023 12:03:15 +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 fcc12e13..42bff3ca 100644 --- a/account_fiscal_year/__manifest__.py +++ b/account_fiscal_year/__manifest__.py @@ -8,8 +8,7 @@ "version": "16.0.1.0.1", "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"],