brotherton-erpnext/erpnext/domains/non_profit.py

11 lines
152 B
Python
Raw Normal View History

data = {
'desktop_icons': [
'Non Profit',
'Sales Invoice',
'ToDo'
],
'modules': [
2017-11-21 05:27:53 +00:00
'Non Profit'
],
'default_portal_role': 'System Manager'
}