Menu Rearrange

Hi Team,

I have to re arrange current menu structure, for example the Customer and Supplier menus are under Sales and Invoice, I want to move out that two menus and create one parent menu Contact and move under that

Current One

Sales

  • Customer

    Purchase
  • Supplier

I want to change to

Contact
-Customer
-Supplier

Kindly help me how we can achieve this.

define your own module and add menu XML there, it will give you more control and start from root, and define new roles and group to assign menu to them

After creating new module, is it possible use same actions instead of rewriting all the code?

yes, actions are separate from menu