brotherton-erpnext/stock/__init__.py

11 lines
582 B
Python
Raw Normal View History

from __future__ import unicode_literals
2012-04-05 12:57:56 +00:00
install_docs = [
2012-04-17 06:15:35 +00:00
{"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"},
2013-01-16 12:18:17 +00:00
{"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"},
2012-04-05 12:57:56 +00:00
]