Hi, We are building a custom application using Frappe framework. When creating a new site using Bench, several doctypes (core modules) are created by default. We don’t need most of them. Please guide suitable solution to remove these doctypes which are not relevant to our projects.
Also, please guide what will be the consequence if core doc types are deleted permanently.
Note: I am a beginner on Frappe.
My advice is leave them alone, and ignore them. If you don’t want Users to see them, you can control that using User and Role Permissions.
Consequence depends on the particular DocType. But very likely, you will break the framework, and the web server may fail to run.
Technically, it is -possible- to remove core DocTypes/Modules. But it’s not something I recommend, except for very experienced and advanced Frappe Framework developers.
@brian_pond
Thanks a lot for the response.
When the user manages the platform himself, it can be confusing due to the many forms (many docs may not be required).
Eg: Contacts, Website.
1 Like