Hi everyone,
I have a question regarding changing the module of an existing standard DocType in ERPNext.
For example, the Employee DocType currently belongs to the ERPNext Setup module.
What would happen if I change the module of this existing standard DocType to my custom app module?
Specifically:
-
Will it affect existing data or records?
-
Will future ERPNext updates override the change?
-
Could this create migration or patch issues?
-
Are there any risks related to permissions, fixtures, or dependencies?
-
Is this considered a safe practice, or is it better to override/extend instead of changing the module directly?
I’d like to understand the potential issues or side effects before making such a change.
Thanks in advance!