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',