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

Hello, I'm trying to follow cybrosys's tutorial in Odoo Development. But right now, I'm having the same problem whenever I try to learn Odoo dev.  I can't find the custom module, it should be name Schoolbut nothing shows after activating it.



This is my directory.


I already enabled the ir.model.access.csv



And then I already edit the __manifest__.py 


I also followed these steps, but nothing works



This is my odoo.conf



This is my school.xml


Awatar
Odrzuć
Najlepsza odpowiedź

Hi Emman , 

Include your view and security files in the 'data', not in the 'assets'.

'data' : [
​'security/ir.model.access.csv',
​​'views/school.xml'],

Hope it helps,
Kiran K


Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

Can you please check your Security folder and try to ensure is there any groups or rules are applied to the module?
If any security is applied in your model please go through the settings -> group and try to add the login person to this group

Hope it helps

Awatar
Odrzuć
Najlepsza odpowiedź

Did you add any menuitems in your xml file?

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
lis 24
10
0
paź 22
796
3
maj 25
4900
3
sie 24
5757
0
maj 24
1373