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

Co-authored-by: David <dgx.arnold@gmail.com>
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2024-11-18 20:59:41 +01:00
committed by GitHub
parent 2fcab327aa
commit a7de8c1143
18 changed files with 915 additions and 1 deletions

View File

@@ -25,6 +25,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"}