mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 09:54:47 +00:00
feat: add fixtures
This commit is contained in:
@@ -173,6 +173,11 @@ def install(country=None):
|
|||||||
{"attribute_value": _("White"), "abbr": "WHI"}
|
{"attribute_value": _("White"), "abbr": "WHI"}
|
||||||
]},
|
]},
|
||||||
|
|
||||||
|
# Issue Priority
|
||||||
|
{'doctype': 'Issue Priority', 'name': _('Low')},
|
||||||
|
{'doctype': 'Issue Priority', 'name': _('Medium')},
|
||||||
|
{'doctype': 'Issue Priority', 'name': _('High')},
|
||||||
|
|
||||||
#Job Applicant Source
|
#Job Applicant Source
|
||||||
{'doctype': 'Job Applicant Source', 'source_name': _('Website Listing')},
|
{'doctype': 'Job Applicant Source', 'source_name': _('Website Listing')},
|
||||||
{'doctype': 'Job Applicant Source', 'source_name': _('Walk In')},
|
{'doctype': 'Job Applicant Source', 'source_name': _('Walk In')},
|
||||||
|
|||||||
Reference in New Issue
Block a user