From b94513b417a0010f26424c9db069daf91ec03d4c Mon Sep 17 00:00:00 2001 From: Marcel Savegnago Date: Sat, 24 Oct 2020 13:14:35 -0300 Subject: [PATCH] [FIX] report_qweb_signer Fix website on manifest --- report_qweb_signer/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_qweb_signer/__manifest__.py b/report_qweb_signer/__manifest__.py index e72263b4..ca895a7b 100644 --- a/report_qweb_signer/__manifest__.py +++ b/report_qweb_signer/__manifest__.py @@ -8,7 +8,7 @@ "summary": "Sign Qweb PDFs usign a PKCS#12 certificate", "version": "12.0.1.0.1", "category": "Reporting", - "website": "https://www.github.com/reporting-engine", + "website": "https://github.com/oca/reporting-engine", "author": "Tecnativa, " "Odoo Community Association (OCA)", "license": "AGPL-3",