My Menus Configuration¶
This page describes how you can personalize menus of your Oro application. The changes that you make via your personal menus page do not affect other users. If you are an administrator and want to configure menus for the whole system, please see the System Menus Configuration guide.
Menus Page¶
This page contains a list of menus that you can configure.

application_menu—This is the main menu of the application (also called
navigation bar
in the application settings). Via it you can navigate through Oro application. It is always displayed on every page. Subject to the configuration, it may be displayed horizontally or vertically. In the latter case, the menu items are displayed as icons. For more information, see Main Menu.shortcuts—You can find this menu in the top panel of the application, next to the organization name. Via it you can quickly perform common actions from anywhere. It is always displayed on every page. For more information, see Shortcuts.
usermenu—This is the menu that you can access by clicking on your name in the upper-right corner of the application. Via it you can access your profile, emails, tasks and events. It is always displayed on every page. For more information, see User Menu.
calendar_menu—This is a specialized menu that you can find on the My Calendar page. Via it you can change the displayed calendar color, hide or remove a calendar from view. For more information, see Calendar List.
View a Menu¶
To view a menu, click the corresponding row or the View icon.
Menu Configuration¶
When you open a menu configuration, you can see a list of menu items in the left panel of the page. A menu can be multi-level (as a default main menu, for example) with child menu items nested under a parent menu items (e.g. Reports, Manage Custom reports are child menu items of the Reports&Segments menu item in the main menu). Menu items in a menu can be visually separated by a divider (a horizontal line). Dividers help you logically organize menu items.
Note
Some menus (or some menu levels) cannot display dividers. For example, if you add a divider to the first level of the main menu (application_menu), this divider will not be displayed.

Hide / Show the Left Menu Panel¶
To minimize or maximize the left menu panel, click a double arrow in the upper-right corner of the panel.

Expand / Collapse a Menu¶
To expand / collapse a parent menu item, click an arrow in front of it.

To expand / collapse all menu items, click the ellipses drop-down menu in the upper-right corner of the left panel and click Expand All or Collapse All.

Find a Menu Item¶
To quickly find a menu item, enter its name into the search field and click the Search icon or press Enter.

View / Edit a Menu Item¶
- In the left panel, click a menu item that you want to view / edit.
- In the right part of the page, review / edit the menu item settings. See step 3 of the Add a Menu Item action description for information about menu item fields.
Important
You cannot edit URI for default menu items.
Add a Menu Item¶
In the left panel, click a menu item which will be parent for the menu item that you create.
Click the Create drop-down in the upper-right corner of the page and click Create Menu Item on the list.
The created menu item will appear as the last one on the list of children of the same parent item. You can move it to the position that you need as described in the Rearrange Menu Items / Dividers action description.
In the right part of the page, specify the following information:
Title—A name for the menu item. This is how this menu item will be represented in the menu.
Click the Translations icon to provide spelling for different languages. Click the Default Language icon to return to the single-language view.
URI—An web address of the page or resource that this menu item opens.
You can specify an absolute URI or one relative to the application URI (as specified in Application Settings).
If this menu item will serve as a non-clickable parent that does not link itself to any resource (like Customers in the default main menu), type #.
Icon—From the list, select the icon that will denote the menu item.
Note
Sometimes menus (or menu levels) may not be supposed to display icons. For example, icons added to the first level of the main menu (application_menu) are displayed only when this menu is set to appear on the left.
Description—Type a short but meaningful description of the menu item.
Click the Translations icon to provide spelling for different languages. Click the Default Language icon to return to the single-language view.
Click Save or, if you want to start immediately create another menu item, Save and New in the upper-right corner of the page.
Important
You need to reload the page to see changes.
Add a Divider¶
- In the left panel, click a menu item which will be parent for the menu divider that you create.
- Click the Create drop-down on the top right and click Create Divider on the list.

The created divider will appear as the last one on the list of children of the same parent item. You can move it to the position that you need as described in the Rearrange Menu Items / Dividers action description.
Note
Some menus (or some menu levels) cannot display dividers. For example, if you add a divider to the first level of the main menu (application_menu), this divider will not be displayed.
Important
You need to reload the page to see changes.
Rearrange Menu Items / Dividers¶
You can change the position of an item / divider in a menu by dragging and dropping it in the left panel. You can change the order of menu items at the same level as well as move an item / divider to the higher or lower level.
When you drag-and-drop items, pay attention to the arrow that shows where the item will be placed:
If an arrow points to the place between items, that is where the moved item will be placed.
- If and arrow appears in front of a menu item, then the moved item will become a child of the item that the arrow points to.
![]()
Delete a Menu Item / Divider¶
Important
- You cannot delete default menu items.
- When you delete a menu item that has child items, they will not be deleted but moved to the parent of the menu item that you delete.
- In the left panel, click a menu item / divider that you want to delete.
- Click the Delete button in the upper-right corner of the page.
- In the Delete Confirmation dialog box, click Yes, Delete.
Important
You need to reload the page to see changes.
Hide a Menu Item¶
If you do not want one of the default menu items to be visible on the interface, you can hide it.
Important
- If a menu that you hide has child items, they will be hidden too.
- You cannot hide non-default menu items.
To hide a menu item:
- In the left panel, click a menu item that you want to hide.
- Click the Hide button in the upper-right corner of the page.
Important
You need to reload the page to see changes.
Show a Menu Item¶
To show a previously hidden menu item:
- In the left panel, click a menu item that you want to show.
- Click the Show button in the upper-right corner of the page.
Note
If a menu item that you want to show has a parent, it will become visible too.
Important
You need to reload the page to see changes.
Reset a Menu¶
- In the left panel, click a menu name.
- Click the guilabel:Reset button in the upper-right corner of the page.
- In the Reset Confirmation dialog box, click Yes, Reset.
Important
You need to reload the page to see changes.
Related Topics