Hi,
I’ve made a number of doctypes in my module. But all the items are listed under the same sidemenu category (setup).
I need to add more side menu items to categorize these pages. How can i do that?
Hi,
I’ve made a number of doctypes in my module. But all the items are listed under the same sidemenu category (setup).
I need to add more side menu items to categorize these pages. How can i do that?
You have customize in py file of tht module and categorize doctypes in multiple menus(Document, Tool, Setup etc…)
Refer following link-
https://github.com/frappe/erpnext/blob/develop/erpnext/config/hr.py
Hi @priya_s ,
thanks for the fast reply.
Now I know this way i can change the view page. But still how & where to use it , i don’t know…
please help me with that too.
I am making a new app here and all i have in my config folder are
desktop.py , docs.py and init.py
making a file in the config folder with name appname.py in the similar format will do.
thanks @priya_s