Skip to content

Commit 3068522

Browse files
authored
Merge pull request #87 from OpenSPP/port/disability-registry-changes
fix(security,vocabulary): port disability registry changes
2 parents 87d3302 + dd13816 commit 3068522

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

spp_security/security/categories.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@
102102
<field name="sequence">75</field>
103103
</record>
104104

105+
<!-- Disability Registry Domain Category -->
106+
<record id="category_spp_disability" model="ir.module.category">
107+
<field name="name">Disability Registry</field>
108+
<field name="description">Disability assessment and registry management</field>
109+
<field name="parent_id" ref="category_spp" />
110+
<field name="sequence">76</field>
111+
</record>
112+
105113
<!-- Health Monitoring Domain Category -->
106114
<record id="category_spp_health_monitoring" model="ir.module.category">
107115
<field name="name">Health Monitoring</field>

spp_vocabulary/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"data/vocabulary_occupation.xml",
3333
"data/vocabulary_education_level.xml",
3434
"data/vocabulary_ethnocultural.xml",
35-
"data/vocabulary_disability.xml",
3635
"data/vocabulary_housing.xml",
3736
"data/vocabulary_economic_activity.xml",
3837
"data/vocabulary_language.xml",
@@ -42,6 +41,7 @@
4241
"data/concept_groups.xml",
4342
"data/vocabulary_id_type.xml",
4443
"data/vocabulary_cr_document_types.xml",
44+
"data/vocabulary_disability.xml",
4545
# Temporarily disabled - references spp.relationship model from spp_registry
4646
# "data/relationship_types.xml",
4747
],

0 commit comments

Comments
 (0)