mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
Merge pull request #17819 from deepeshgarg007/module
fix: Add chart of accounts importer in data import module
This commit is contained in:
@@ -60,6 +60,13 @@ def get_data():
|
|||||||
"description": _("Import Data from CSV / Excel files."),
|
"description": _("Import Data from CSV / Excel files."),
|
||||||
"onboard": 1,
|
"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",
|
"type": "doctype",
|
||||||
"name": "Letter Head",
|
"name": "Letter Head",
|
||||||
|
|||||||
Reference in New Issue
Block a user