mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 14:39:19 +00:00
install from txt files, part 1
This commit is contained in:
@@ -4,4 +4,7 @@ install_docs = [
|
||||
{"doctype":"Role", "role_name":"Material Master Manager", "name":"Material Master Manager"},
|
||||
{"doctype":"Role", "role_name":"Material User", "name":"Material User"},
|
||||
{"doctype":"Role", "role_name":"Quality Manager", "name":"Quality Manager"},
|
||||
{"doctype":"Item Group", "item_group_name":"All Item Groups", "is_group":"Yes"},
|
||||
{"doctype":"Item Group", "item_group_name":"Default",
|
||||
"parent_item_group":"All Item Groups", "is_group":"No"},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user