diff --git a/base_technical_features/__manifest__.py b/base_technical_features/__manifest__.py index 17d74ed2a5..66f805e6db 100644 --- a/base_technical_features/__manifest__.py +++ b/base_technical_features/__manifest__.py @@ -10,4 +10,5 @@ "data": ["security/res_groups.xml", "views/res_users.xml", "data/res_users.xml"], "license": "AGPL-3", "installable": True, + "depends": ["base"], }