Hi all. I've created a custom module in Module Builder (few fields + relationship with Leads module).
Deployed it.
Then made quick rebuild.
Following with rebuild roles, then logout/login.

And got the following:
Module IS working. Leads module has a relationship panel and it works.
But
It seems Sugar do not recognize a module as a part of the system.
Sympthoms:
1) Configure tabs do not have an entry for this module.
2) Workflows module doesn't show it as an option to create a workflow (Though it do see another custom modules)
3) Imports module in Leads module didn't get the Courses_id field as an option. However it does so for the previously created modules which are related to the Leads. (Accounts + 2 custom ones).

I've checked modules.ext.php it does contain all necessary info about my module.
$beanList['URMOD_COURSES'] = 'URMOD_COURSES';
$beanFiles['URMOD_COURSES'] = 'modules/URMOD_COURSES/URMOD_COURSES.php';
$moduleList[] = 'URMOD_COURSES';
There's also a language file (in the custom/)for my module, and it gets read by Sugar for sure.

Anything I'm missing out probably?
Thanks for any help in advance.