Files
Daniel Reis b0b99e039d [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.
2024-02-26 17:25:21 +01: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