Added new fixtures (Fixes #1540). Removed Employee Grade from HR.

This commit is contained in:
Anand Doshi
2014-05-02 13:54:49 +05:30
parent 4ceb20e07f
commit f29bcaf436
24 changed files with 1583 additions and 1621 deletions

View File

@@ -102,11 +102,6 @@ data = [
"name": "Department",
"description": _("Organization unit (department) master.")
},
{
"type": "doctype",
"name": "Grade",
"description": _("Employee grade.")
},
{
"type": "doctype",
"name": "Designation",
@@ -199,4 +194,4 @@ data = [
},
]
},
]
]