diff --git a/base_user_role/__manifest__.py b/base_user_role/__manifest__.py index 2d2173d1..591615e2 100644 --- a/base_user_role/__manifest__.py +++ b/base_user_role/__manifest__.py @@ -8,7 +8,7 @@ 'author': 'ABF OSIELL, Odoo Community Association (OCA)', 'license': 'AGPL-3', 'maintainers': ['ABF OSIELL', 'jcdrubay'], - 'website': 'http://www.osiell.com', + 'website': 'https://github.com/OCA/server-backend', 'depends': [ 'base', ],