Doc Type not appearing in Module Area

I have created a doctype cities under the CRM module. This doctype isn’t appearing on test environment when I select CRM from left hand side panel.

Cities doctype is appearing on my local system.

The way I migrate code from my local system to test machine:
I pick all the file changes plus the bench export-fixtures files from my local system and put them in git remote repo. I pull this git remote repo on my test server and run bench migrate there.

Note: Cities doctype is appearing in the doctype list under Developer section (selected from left hand side panel).

To show created doctype’s link in module you have to add doctype in CRM module’s py file. Have you added this ? i.e. crm.py

Thanks, Priya

Thanks a lot