refactor: Remove non-profit domain from ERPNext

This commit is contained in:
ChillarAnand
2022-01-05 09:17:46 +05:30
parent ac816f4fed
commit 0c0a9ed96d
109 changed files with 31 additions and 6246 deletions

View File

@@ -1,22 +0,0 @@
data = {
'desktop_icons': [
'Non Profit',
'Member',
'Donor',
'Volunteer',
'Grant Application',
'Accounts',
'Buying',
'HR',
'ToDo'
],
'restricted_roles': [
'Non Profit Manager',
'Non Profit Member',
'Non Profit Portal User'
],
'modules': [
'Non Profit'
],
'default_portal_role': 'Non Profit Manager'
}