maharshi
maharshi

Reputation: 594

How to Remove menu item in Odoo9?

How to remove the menu items from the dropdown menu on the top right, I want to remove About, Documentation, Support and My Odoo.com account.

I tried installing the disable_openerp_online-8.0.1.1.0 module but it is for version 8 which does not work on version 9.....

Upvotes: 0

Views: 923

Answers (2)

Hardik Patadia
Hardik Patadia

Reputation: 1999

Try to see the following file:

web/static/src/xml/base.xml

You will find a template named 'UserMenu'. Try to inherit it and remove the contents you needed to remove.

Upvotes: 2

user6800522
user6800522

Reputation:

Have a look at web/static/src/js/widgets and the file is user_menu.js is the working of...

Upvotes: 0

Related Questions