Exporting doctype and importing

Can we export entire doctype from one site to another site ? Any custom doctype ??
If not then how could we get custom doctype from one site to another site?? any options??

Hi @pm23,

Yes it’s possible, you have to create a custom app and when you create a custom doctype then select the custom module that you created. then push your code into GitHub. and if you want to those doctype import on another site then simple thing, you can get the custom app from GitHub and set it on another site and migrate it so your doctype will show it. Only the doctype will show, not the data.

Reference of Create A New Module || Create a new DocType

Thank You!

Hello@NCP ,

Ok. Thank You