From e4be6fe841bf228fffafd4a97c22e573e1fa7396 Mon Sep 17 00:00:00 2001 From: Patrick Tombez Date: Fri, 20 Apr 2018 11:33:18 +0200 Subject: [PATCH] fixup! Fix several issues --- bi_sql_editor/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bi_sql_editor/__manifest__.py b/bi_sql_editor/__manifest__.py index f9f015ed..9920f737 100644 --- a/bi_sql_editor/__manifest__.py +++ b/bi_sql_editor/__manifest__.py @@ -10,7 +10,7 @@ 'license': 'AGPL-3', 'category': 'Reporting', 'author': 'GRAP,Odoo Community Association (OCA)', - 'website': 'https://www.odoo-community.org', + 'website': 'https://github.com/OCA/reporting-engine', 'depends': [ 'base', 'sql_request_abstract',