Hi,
I need to display custom doctype name with link under CRM module without modifying crm.py file from the server-side, which is any other way to achieve this.
Thanks in advance.
Hi,
I need to display custom doctype name with link under CRM module without modifying crm.py file from the server-side, which is any other way to achieve this.
Thanks in advance.
This can be done using custom application where you can add custom doctype in crm.py.
Custom Application means , I have create a new custom doctype right ?
No, it means you have to make your own app
we already created App but i want to display those custom doctype under CRM module which i have created in custom app.
Create a config folder and put crm.py over there.
(Refer erpnext config folder )