brotherton-erpnext/erpnext/production/__init__.py

6 lines
221 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":"Production Manager", "name":"Production Manager"},
{"doctype":"Role", "role_name":"Production User", "name":"Production User"},
2012-04-05 12:57:56 +00:00
]