Files
Daniel Reis 90a5ad3046 [FIX] base_user_role_company: wrong menus on re-login
Issue found on logout / relogin.
The user groups were applied correctly, but the main menu showed apps
the user did not have access to.

This was related to the menu caching mechanisn, that was disabled here.
2022-03-02 12:47:40 +00:00

6 lines
157 B
Python

# Copyright (C) 2021 Open Source Integrators
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from . import controllers
from . import models