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",
},
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