Skip to Content
Menu
This question has been flagged
4 Replies
10483 Views

so i've got my app installed but i cant seem to see it in the app list. now most tutorials state that i need to activate superuser to view it. even thou some documentation from readthedocs state that the administrator should be able to view/use the module without rights. and i've looked everywhere for the superuser and developer mode buttons in settings. i find my version of odoo-community (13) is missing a whole lot of settings. there is no groups in the settings only users. and i cant fully understand how to use ir.model.access.csv

so my tables are in postgres,

ive added views which has menuitems which is all configured properly with the <record>

but my app REFUSES TO DISPLAY IN THE APP LIST MENU 

Avatar
Discard
Author Best Answer

after a fresh install of odoo 13
in the apps page install
invoicing and accounting 

these two apps have the settings necessary to allow you to see and click the developer button and superuser button

Avatar
Discard

Its not necessary to install the above specified apps, you can install any of the available apps to get that option

Best Answer

Hello,

you can activate Developer Mode same as follow steps of below video.

https://www.youtube.com/watch?v=I08Ku2g5-Po  

after that you see the option for Update Apps List in a Apps Menu, so after hat you will find our Custom App there.

i hope this will help to you.

Thanks
Sunny Sheth

Avatar
Discard
Best Answer

Hello,

- I recommend you should use "Odoo debug" extension for chorme store to easily activate developer mode with just 1 click

- With new module you have to add access rights for that module using ir.model.access.csv to see it in menu apps. In case you inherit a module that had  to be add access rights, it doesn't need to do that again

For example in ir.model.access.csv:

id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink

access_my_module_user,name_of_my_module,model_my_module,your_group,1,0,0,0

ex: access_my_school_user,myschool.user,model_my_school,base.group_users,1,0,0,0

ex: access_my_school_admin,myschool.admin,model_my_school,base.group_admin,1,1,1,1

Avatar
Discard
Related Posts Replies Views Activity
2
Nov 24
267
1
Oct 24
335
4
Oct 24
324
2
Oct 24
361
2
Dec 24
670