brotherton-erpnext/setup/__init__.py
2012-09-24 19:13:42 +05:30

6 lines
204 B
Python

from __future__ import unicode_literals
install_docs = [
{'doctype':'Role', 'role_name': 'System Manager', 'name': 'System Manager'},
{'doctype':'Role', 'role_name': 'Analytics', 'name': 'Analytics'}
]