Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -194,6 +194,14 @@
<field name="sequence">150</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>
Comment thread
emjay0921 marked this conversation as resolved.
Outdated

<!-- Session Tracking Domain Category -->
<record id="category_spp_sessions" model="ir.module.category">
<field name="name">Sessions</field>
Expand Down
1 change: 0 additions & 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 Down
Loading