Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
1634 Vistas

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
Descartar
Autor Mejor respuesta

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

Avatar
Descartar