Rename schools to Education (#11524)

* renaming for the docs, demo data and patch

* changes in the doctypes and reports

* rename the config file

* Few name changes in messages and license

* rename the school settings to education settings

* changes in the documentation

* added the setup file for the fixtures

* corrected the ui tests file path

* fix the codacy

* add the patch for renaming few doctypes and fields

* changes in the patch
This commit is contained in:
Manas Solanki
2017-11-23 15:22:10 +05:30
committed by Nabin Hait
parent acccdb3890
commit 966f141f62
558 changed files with 1687 additions and 1349 deletions

View File

@@ -194,12 +194,12 @@ def get_data():
"type": "list"
},
{
"module_name": "Student Attendance",
"color": "#3aacba",
"module_name": "Student Attendance Tool",
"color": "#C0392B",
"icon": "octicon octicon-checklist",
"label": _("Student Attendance"),
"link": "List/Student Attendance",
"_doctype": "Student Attendance",
"label": _("Student Attendance Tool"),
"link": "List/Student Attendance Tool",
"_doctype": "Student Attendance Tool",
"type": "list"
},
{
@@ -257,11 +257,11 @@ def get_data():
"type": "list"
},
{
"module_name": "Schools",
"color": "#DE2B37",
"module_name": "Education",
"color": "#428B46",
"icon": "octicon octicon-mortar-board",
"type": "module",
"label": _("Schools")
"label": _("Education")
},
{
"module_name": "Healthcare",

View File

@@ -217,7 +217,7 @@ def get_data():
},
{
"type": "doctype",
"name": "School Settings"
"name": "Education Settings"
}
]
},