diff --git a/spp_security/security/categories.xml b/spp_security/security/categories.xml index 8bf702a6..134e3ae7 100644 --- a/spp_security/security/categories.xml +++ b/spp_security/security/categories.xml @@ -102,6 +102,14 @@ 75 + + + Disability Registry + Disability assessment and registry management + + 76 + + Health Monitoring diff --git a/spp_vocabulary/__manifest__.py b/spp_vocabulary/__manifest__.py index 283e0dff..aa4310ab 100644 --- a/spp_vocabulary/__manifest__.py +++ b/spp_vocabulary/__manifest__.py @@ -32,7 +32,6 @@ "data/vocabulary_occupation.xml", "data/vocabulary_education_level.xml", "data/vocabulary_ethnocultural.xml", - "data/vocabulary_disability.xml", "data/vocabulary_housing.xml", "data/vocabulary_economic_activity.xml", "data/vocabulary_language.xml", @@ -42,6 +41,7 @@ "data/concept_groups.xml", "data/vocabulary_id_type.xml", "data/vocabulary_cr_document_types.xml", + "data/vocabulary_disability.xml", # Temporarily disabled - references spp.relationship model from spp_registry # "data/relationship_types.xml", ],