Skip to Content
मेन्यू
This question has been flagged
1 Reply
717 Views

What is in the manifest:

{    "name": "Test module",

    "summary": "This is a test",  

  "depends": ["base"],  

  "data": [             'security/ir.model.access.csv',                             'views/test_module_views.xml'             ],  

  "installable": True, 

   "application": True,  

  "sequence": 1}


The security file:

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

ws_test_module.access_test_module_model,access_test_module_model,ws_test_module.model_test_module_model,base.group_user,1,0,0,0


no errors when updating or installing and according to the settings it does have the read acces and it does have the menu...

but still it wont show up on the dashboard if it is installed.

Avatar
Discard
Best Answer

Hi,
The menu shown in the home screen or dashboard when it meet following criteria:

* Menu should not have parent
* Menu should have child menus with an action or an action directly linked to action
* User should have access to the menu

See:  Different Reasons For A Menu Not Visible In Odoo


Thanks

Avatar
Discard