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 c300894e00..ab4103920a 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 481ada8576..532a0151a1 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 @@ def get(): }, _("Plant and Machinery"): { "account_type": "Fixed Asset" - } + }, + _("Accumulated Depreciations"): {} }, _("Investments"): { "is_group": 1