I want my custom app to show inside accounts

i want my custom app to show inside accounts

https://github.com/frappe/erpnext/blob/develop/erpnext/config/accounts.py

Better yet is create your config/custom_app.py (you can copy the accounts.py content)
Include the required custom app’s doctype links and use it.

In that way updating the standard for future releases will be easy.

2 Likes