Offer Letter - New Doctype added and job_applicant naming changed

This commit is contained in:
Neil Trini Lasrado
2015-03-04 16:01:45 +05:30
parent d102cba71c
commit e1d620b168
7 changed files with 286 additions and 1 deletions

View File

@@ -47,6 +47,11 @@ def get_data():
"name": "Job Opening",
"description": _("Opening for a Job."),
},
{
"type": "doctype",
"name": "Offer Letter",
"description": _("Offer candidate a Job."),
},
]
},
{