I am looking for ways to customize links in accounts.py (or for that case any /config/<module.py>)
It has to be done using custom app.
Question is are there any events in hooks.py to achieve this. Thanks!!!
At present, solution is to put required links in custom app config
i.e. apps/your_app_name/your_app_name/config/your_app_name.py inside that you may put links of any module
Creating a same-name py for a module will add items in the frappe/erpnext config, not replace.
How to replace all content of a module config file?
Thanks