feat: new DocTypes "Code List" and "Common Code" (#43425)

Co-authored-by: David <dgx.arnold@gmail.com>
This commit is contained in:
Raffael Meyer
2024-11-17 15:05:33 +01:00
committed by GitHub
parent d3fb375260
commit 2a8dbc5cd5
18 changed files with 914 additions and 0 deletions

View File

@@ -35,6 +35,14 @@ doctype_js = {
"Newsletter": "public/js/newsletter.js",
"Contact": "public/js/contact.js",
}
doctype_list_js = {
"Code List": [
"edi/doctype/code_list/code_list_import.js",
],
"Common Code": [
"edi/doctype/code_list/code_list_import.js",
],
}
override_doctype_class = {"Address": "erpnext.accounts.custom.address.ERPNextAddress"}