Display Custom Doctype in Module

I have custom doctype (Order Acceptance) created in ‘Selling’ module. It does not show ‘Selling’ module. I want display this doctype in ‘Selling’ module like other doctypes are " Quotation and Sales Order ".

@Divyesh_Kanzariya

You need to add an entry for your doctype in selling.py
https://github.com/frappe/erpnext/blob/develop/erpnext/config/selling.py

Refer this thread for related discussion

1 Like

thank you @surajshetty