moved modules inside erpnext folder

This commit is contained in:
Rushabh Mehta
2013-12-11 10:43:52 +05:30
parent ba82163d53
commit afea58b7a1
1783 changed files with 0 additions and 0 deletions

10
erpnext/stock/__init__.py Normal file
View File

@@ -0,0 +1,10 @@
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"},
{"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"},
]