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

@@ -198,7 +198,6 @@ def install(country=None):
{'doctype': "Party Type", "party_type": "Member", "account_type": "Receivable"},
{'doctype': "Party Type", "party_type": "Shareholder", "account_type": "Payable"},
{'doctype': "Party Type", "party_type": "Student", "account_type": "Receivable"},
{'doctype': "Party Type", "party_type": "Donor", "account_type": "Receivable"},
{'doctype': "Opportunity Type", "name": _("Sales")},
{'doctype': "Opportunity Type", "name": _("Support")},