How to delete /disable a submenu

Asked by Bushair

Hi,
I have following query

1) What is the best way to delete a submenu without deleting the parent menu

say for example i want to delete the submenu Customers Partners from the Partners- >Partners Menu

2)What is the best way to disable a submenu without deleting the parent menu

say for example i want to disable the submenu Customers Partners from the Partners- >Partners Menu

Thanks
Bushair

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Jay Vora (Serpent Consulting Services)
Solved:
Last query:
Last reply:
Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) said :
#1

Hello Bushair,

1) What is the best way to delete a submenu without deleting the parent menu

-- Go on that menu(do not click). Press Ctrl L, this will let you open the form view of that menuitem. Delete it.

2)What is the best way to disable a submenu without deleting the parent menu

----- You may disable the menuitem only by assigning groups. This will restrict few users by viewing them.

Hope this helps.

Thanks.

Revision history for this message
Bushair (bushairka) said :
#2

Hi Jay,
This is not working .
Ctlr L on the menu is opening the form view of that menuitem.
then i pressed the Delete button to delete the item.
But when i try to save ,it is displaying the error message

Error !

Invalid form, correct red fields !

thanks

Revision history for this message
Best Jay Vora (Serpent Consulting Services) (jayvora) said :
#3

Hello Bushair,

Once you are asked for confirmation of Removal and you said yes, that means the item is deleted.

The SAVE you press is counted for another meniutem, which you havent given any values. You should not press Save.

You may go back to normal menus and check , the item should have been deleted.

Thanks.

Revision history for this message
Bushair (bushairka) said :
#4

Hi,
This solved my issue

Thanks