[ Enhance ] Production to Work Order (#12902)

* remove occurrences of Production Order

* rename from report and jsons

* Change Production Order to Work Order

* change occurences of production order from other files

* resolve minor conflict issues and reports

* patch added

* codacy fix

* updated patches, leftover changes

* rename reports, rectify patches
diff --git a/erpnext/config/manufacturing.py b/erpnext/config/manufacturing.py
index d0fc39e..16ca914 100644
--- a/erpnext/config/manufacturing.py
+++ b/erpnext/config/manufacturing.py
@@ -9,13 +9,13 @@
 			"items": [
 				{
 					"type": "doctype",
-					"name": "Production Order",
+					"name": "Work Order",
 					"description": _("Orders released for production."),
 				},
 				{
 					"type": "doctype",
 					"name": "Production Plan",
-					"description": _("Generate Material Requests (MRP) and Production Orders."),
+					"description": _("Generate Material Requests (MRP) and Work Orders."),
 				},
 				{
 					"type": "doctype",
@@ -92,26 +92,26 @@
 				{
 					"type": "report",
 					"is_query_report": True,
-					"name": "Open Production Orders",
-					"doctype": "Production Order"
+					"name": "Open Work Orders",
+					"doctype": "Work Order"
 				},
 				{
 					"type": "report",
 					"is_query_report": True,
-					"name": "Production Orders in Progress",
-					"doctype": "Production Order"
+					"name": "Work Orders in Progress",
+					"doctype": "Work Order"
 				},
 				{
 					"type": "report",
 					"is_query_report": True,
-					"name": "Issued Items Against Production Order",
-					"doctype": "Production Order"
+					"name": "Issued Items Against Work Order",
+					"doctype": "Work Order"
 				},
 				{
 					"type": "report",
 					"is_query_report": True,
-					"name": "Completed Production Orders",
-					"doctype": "Production Order"
+					"name": "Completed Work Orders",
+					"doctype": "Work Order"
 				},{ 
 					"type": "page",
 					"name": "production-analytics",
@@ -143,7 +143,7 @@
 				},
 				{
 					"type": "help",
-					"label": _("Production Order"),
+					"label": _("Work Order"),
 					"youtube_id": "ZotgLyp2YFY"
 				},
 			]