mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 23:31:20 +00:00
moved directory structure
This commit is contained in:
7
stock/__init__.py
Normal file
7
stock/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import unicode_literals
|
||||
install_docs = [
|
||||
{"doctype":"Role", "role_name":"Material Manager", "name":"Material Manager"},
|
||||
{"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"},
|
||||
]
|
||||
Reference in New Issue
Block a user