From c2aa4662c20737e3e167f8fc85ad1e4afae26533 Mon Sep 17 00:00:00 2001 From: nguyenhk Date: Wed, 29 Sep 2021 16:59:33 +0700 Subject: [PATCH] [IMP] account_reconcile_restrict_partner_mismatch: black, isort, prettier --- account_reconcile_restrict_partner_mismatch/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_reconcile_restrict_partner_mismatch/__manifest__.py b/account_reconcile_restrict_partner_mismatch/__manifest__.py index 694d288e..c24f65f8 100644 --- a/account_reconcile_restrict_partner_mismatch/__manifest__.py +++ b/account_reconcile_restrict_partner_mismatch/__manifest__.py @@ -8,7 +8,7 @@ "version": "13.0.1.0.0", "depends": ["account"], "author": "Camptocamp, Odoo Community Association (OCA)", - "website": "http://www.github.com/OCA/account-reconcile", + "website": "https://github.com/OCA/account-reconcile", "category": "Finance", "license": "AGPL-3", "data": ["report/account_move_lines_report.xml", "security/ir.model.access.csv"],