From c432df7a8759cf0a77cc318f73fd6d66e90f64bc Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Wed, 27 Sep 2023 11:44:11 +0200 Subject: [PATCH] fixup! [MIG] base_user_role_company --- base_user_role_company/controllers/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):