ModuleNotFoundError: No module named 'hrms.hr.doctype.app_planning'

Hi,
I have created a new DocType as “App Planning” and trying to insert one Client Script.
But while execution it gives this error ModuleNotFoundError: No module named ‘hrms.hr.doctype.app_planning’

I have mentioned the method in client script as
method: “hrms.hr.doctype.app_planning.app_planning.fetch_app_template”

Also I have written a Server Script as same name fetch_app_template.

Where the things are going wrong?

Hi @Crystal_Consultancy,

Please apply and check it.

hr.doctype.app_planning.app_planning.fetch_app_template

Thank You!