From 07eeadf4aaa739edde1a838e44f3a042b23a792c Mon Sep 17 00:00:00 2001 From: ernesto Date: Fri, 8 Feb 2019 09:26:42 -0500 Subject: [PATCH] [MIG] base_import_match: Migration to 12.0 --- base_user_role/__manifest__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ],