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 ".
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