Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions spp_security/security/categories.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@
<field name="sequence">75</field>
</record>

<!-- Disability Registry Domain Category -->
<record id="category_spp_disability" model="ir.module.category">
<field name="name">Disability Registry</field>
<field name="description">Disability assessment and registry management</field>
<field name="parent_id" ref="category_spp" />
<field name="sequence">76</field>
</record>

<!-- Health Monitoring Domain Category -->
<record id="category_spp_health_monitoring" model="ir.module.category">
<field name="name">Health Monitoring</field>
Expand Down
2 changes: 1 addition & 1 deletion spp_vocabulary/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
],
Expand Down
Loading