[minor] only one Temporary Opening account
diff --git a/erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json b/erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json
index c2fbecc..c85e07c 100644
--- a/erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json
+++ b/erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json
@@ -54,8 +54,8 @@
 	        "Investments": {
 	        	"is_group": 1
 	        },
-	        "Temporary Accounts (Assets)": {
-	            "Temporary Assets": {}
+	        "Temporary Accounts": {
+	            "Temporary Opening": {}
 	        },
 			"root_type": "Asset"
 	    },
@@ -176,10 +176,7 @@
 					"Bank Overdraft Account": {}
 				}
 	        },
-	        "Temporary Accounts (Liabilities)": {
-	            "Temporary Liabilities": {}
-	        },
 			"root_type": "Liability"
 		}
 	}
-}
\ No newline at end of file
+}
diff --git a/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py b/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py
index 50fc2f4..24ab6f2 100644
--- a/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py
+++ b/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py
@@ -57,8 +57,8 @@
 	        _("Investments"): {
 	        	"is_group": 1
 	        },
-	        _("Temporary Accounts (Assets)"): {
-	            _("Temporary Assets"): {}
+	        _("Temporary Accounts"): {
+	            _("Temporary Opening"): {}
 	        },
 			"root_type": "Asset"
 	    },
@@ -175,9 +175,6 @@
 					_("Bank Overdraft Account"): {},
 				},
 	        },
-	        _("Temporary Accounts (Liabilities)"): {
-	            _("Temporary Liabilities"): {}
-	        },
 			"root_type": "Liability"
 	    },
 		_("Equity"): {