mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +00:00
Merge remote-tracking branch 'upstream/develop' into remove-india
This commit is contained in:
@@ -195,10 +195,8 @@ def install(country=None):
|
||||
{'doctype': "Party Type", "party_type": "Customer", "account_type": "Receivable"},
|
||||
{'doctype': "Party Type", "party_type": "Supplier", "account_type": "Payable"},
|
||||
{'doctype': "Party Type", "party_type": "Employee", "account_type": "Payable"},
|
||||
{'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")},
|
||||
|
||||
Reference in New Issue
Block a user