New Party Type Member Added

This commit is contained in:
Vishal
2017-09-18 16:04:52 +05:30
parent 5dae126f56
commit 3a75a5e9b5
4 changed files with 14 additions and 2 deletions

View File

@@ -213,6 +213,7 @@ def install(country=None):
{'doctype': "Party Type", "party_type": "Customer"},
{'doctype': "Party Type", "party_type": "Supplier"},
{'doctype': "Party Type", "party_type": "Employee"},
{'doctype': "Party Type", "party_type": "Member"},
{'doctype': "Opportunity Type", "name": "Hub"},
{'doctype': "Opportunity Type", "name": _("Sales")},