How to Customize a Core Doctype?

How to Customize a Core Doctype ? Does anyone know ?please help
Screenshot from 2023-08-28 17-49-00

Hi @neha,

If you want to edit core doctype, then please enable the developer mode.

Developer Mode command:

bench --site [sitename] set-config developer_mode 1
bench --site [sitename] clear-cache
bench --site [sitename] clear-website-cache
bench --site [sitename] migrate

Then stop the bench and then again start the bench.

Then reload (Ctrl + Shift + R) and check it.


If you want to edit, change, or delete anything from the core doctype then please read the whole post. Then applying anything.

I hope this helps.

Thank You!

2 Likes