Merge pull request #17819 from deepeshgarg007/module
fix: Add chart of accounts importer in data import module
This commit is contained in:
commit
bd3c60254a
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user