Merge pull request #17819 from deepeshgarg007/module

fix: Add chart of accounts importer in data import module
This commit is contained in:
Deepesh Garg 2019-05-31 13:33:20 +05:30 committed by GitHub
commit bd3c60254a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",