Skip to content

Commit 7f4efc5

Browse files
committed
fix(security,vocabulary): port disability registry changes from openspp-modules-v2
- Add disability registry category to spp_security categories - Remove vocabulary_disability.xml from spp_vocabulary (extracted to spp_disability_registry)
1 parent 5d316fe commit 7f4efc5

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

spp_security/security/categories.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,14 @@
194194
<field name="sequence">150</field>
195195
</record>
196196

197+
<!-- Disability Registry Domain Category -->
198+
<record id="category_spp_disability" model="ir.module.category">
199+
<field name="name">Disability Registry</field>
200+
<field name="description">Disability assessment and registry management</field>
201+
<field name="parent_id" ref="category_spp" />
202+
<field name="sequence">76</field>
203+
</record>
204+
197205
<!-- Session Tracking Domain Category -->
198206
<record id="category_spp_sessions" model="ir.module.category">
199207
<field name="name">Sessions</field>

spp_vocabulary/__manifest__.py

Lines changed: 0 additions & 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",

0 commit comments

Comments
 (0)