From fcf1a56072243ddf16e652518de1e45d1830a4a7 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sat, 26 Nov 2022 16:49:32 +0100 Subject: [PATCH] [IMP] account_ebics_batch: black, isort, prettier --- account_ebics_batch/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_ebics_batch/__manifest__.py b/account_ebics_batch/__manifest__.py index b84f781..e9d2133 100644 --- a/account_ebics_batch/__manifest__.py +++ b/account_ebics_batch/__manifest__.py @@ -6,7 +6,7 @@ "version": "14.0.1.0.0", "license": "AGPL-3", "author": "Noviat", - "website": "http://www.noviat.com", + "website": "https://www.noviat.com", "category": "Accounting & Finance", "summary": "EBICS Files automated import and processing", "depends": ["account_ebics"],