diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py index bbc86719fcd..3d6fb544a0f 100644 --- a/erpnext/config/accounts.py +++ b/erpnext/config/accounts.py @@ -83,6 +83,14 @@ def get_data(): "type": "doctype", "name": "Item", }, + { + "type": "doctype", + "name": "Asset", + }, + { + "type": "doctype", + "name": "Asset Category", + } ] }, {