brotherton-erpnext/setup/__init__.py

6 lines
204 B
Python
Raw Normal View History

from __future__ import unicode_literals
2012-03-13 09:49:06 +00:00
install_docs = [
2012-09-21 14:16:24 +00:00
{'doctype':'Role', 'role_name': 'System Manager', 'name': 'System Manager'},
{'doctype':'Role', 'role_name': 'Analytics', 'name': 'Analytics'}
2012-04-17 06:09:18 +00:00
]