diff --git a/erpnext/config/getting_started.py b/erpnext/config/getting_started.py index 19b71d21681..fa84b1ce944 100644 --- a/erpnext/config/getting_started.py +++ b/erpnext/config/getting_started.py @@ -60,6 +60,13 @@ def get_data(): "description": _("Import Data from CSV / Excel files."), "onboard": 1, }, + { + "type": "doctype", + "name": "Chart of Accounts Importer", + "labe": _("Chart Of Accounts Importer"), + "description": _("Import Chart Of Accounts from CSV / Excel files"), + "onboard": 1 + }, { "type": "doctype", "name": "Letter Head",