Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1624 Widoki

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"/>
Awatar
Odrzuć
Autor Najlepsza odpowiedź

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

Awatar
Odrzuć