diff --git a/base_user_role_company/controllers/main.py b/base_user_role_company/controllers/main.py index 7e75d6954..7df62870e 100644 --- a/base_user_role_company/controllers/main.py +++ b/base_user_role_company/controllers/main.py @@ -3,7 +3,7 @@ from odoo import http -from odoo.addons.web.controllers.home import Home +from odoo.addons.web.controllers.main import Home class HomeExtended(Home):