Submodules on SuiteCRM v7.14

Hi,
I have created some packages and modules on each package.
I have added them on navbar. The view is like this:

  • Package1
    • Module1
    • Module2
    • Module 3 …

However I also need to be able to add submodules like this:

  • Package1
    • Module1
    • Module2
      * Submodule1
      * Submodule2
    • Module 3

Can someone help me, how can I do this?

I don’t think that’s possible. Submodule1 and Submodule2 are just top level modules. Maybe I don’t understand what you mean by submodules?

I just did a Package the other day where I have Contractors, Workorders and Invoices. Theoretically there is a hierarchy where Contractors would be at the top and Workorders and Invoices would be “sub modules” but it really doesn’t make a differnce. All three modules are just “modules”. How you relate them to one another governs how the are implemented.

My structure is similar to this.
What I want to do is, on navigation bar i don’t want to see them on one list, but inner lists like i added an example.

I don’t think thats possible whithout extensive modifications to the code.

I did find this plugin on the SuiteCRM store:

This looks helpful. Thank you!