I appreciate if someone guide me to the source code of the menu option inside frappe/erpnext file.
Hi,
There is a lot of place where this menu is define, DocType client script can add their own menu item.
Make a global search in Frappe/ERPNext code on .js files with add_menu_item(
you’ll find a lot’s of place where this menu is defined
I was wondering to find a simple approach