Thursday 8 November 2018

Create new DocType in ERPNext

In Doc Type, Create a new document type under any specific module

Edit ~/frappe-bench/apps/erpnext/erpnext/config/module.py


Under any specific Label (sub module), within "items", Insert

{
"type": "doctype",
"name": "doctype name",
},

No comments:

Post a Comment