2012-07-19 13:40:31 +05:30
|
|
|
from __future__ import unicode_literals
|
2012-04-05 18:27:56 +05:30
|
|
|
install_docs = [
|
2012-04-17 11:45:35 +05:30
|
|
|
{"doctype":"Role", "role_name":"Production Manager", "name":"Production Manager"},
|
|
|
|
{"doctype":"Role", "role_name":"Production User", "name":"Production User"},
|
2012-04-05 18:27:56 +05:30
|
|
|
]
|