fixed asset: related accounts added in default chart of accounts
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 c300894..ab41039 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
@@ -48,7 +48,8 @@
 	            },
 	            "Plant and Machinery": {
 	                "account_type": "Fixed Asset"
-	            }
+	            },
+				"Accumulated Depreciations": {}
 	        },
 	        "Investments": {
 	        	"is_group": 1
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 481ada8..532a015 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
@@ -52,7 +52,8 @@
 	            },
 	            _("Plant and Machinery"): {
 	                "account_type": "Fixed Asset"
-	            }
+	            },
+	            _("Accumulated Depreciations"): {}
 	        },
 	        _("Investments"): {
 	        	"is_group": 1