Skip to Content
Menu
This question has been flagged
1 Reply
1342 Views

Please, I need help. After creating my custom module which I have been able to install successfully, my module fails to appear in the group. I enabled developer mode, and I guess I have a correct code. Not sure what's happening. 

here is the content

model="ir.module.category" id="school_management_access">
name="name">School Management
name="sequence">10


id="school_management_student" model="res.groups">
name="name">Student
name="category_id" ref="school_management_access"/>
Avatar
Discard
Author Best Answer

I finally solved it by adding the security.xml to the manifest file.  

Avatar
Discard