To avoid the ability to break the system, certain doctypes are protected from edit and even customization options are limited.
Even if you were able to edit the doctype, changes would be reverted after an update.
To modify core/erpnext doctypes you’ll need to create a custom app and make your changes there, via fixtures or custom folder.
I agree. Keeping the points in mind, if you still want to edit a Doctype directly (not recommended), you can use following command in your bench directory -
bench set-config -g developer_mode 1
After this hit refresh and you should be able to edit the Doctype.
first turn on developer mode
bench --site site_name set-config developer_mode 1
you are using the Edit option to change field property. plz, use the Customize option because this is ERPNEXT doctype. @Annie_Jenisha
Already tried , but it’s not removed
Already tried , but it’s not removed