mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 09:43:49 +00:00
5 lines
133 B
Python
5 lines
133 B
Python
from __future__ import unicode_literals
|
|
install_docs = [
|
|
{"doctype":"Role", "role_name":"Projects User", "name":"Projects User"},
|
|
]
|