fix: Add Exotel Settings to integration module (#19025)
* fix: Add Exotel Settings to integration module
* fix: Add description
diff --git a/erpnext/config/integrations.py b/erpnext/config/integrations.py
index 52c9ab8..f8b3257 100644
--- a/erpnext/config/integrations.py
+++ b/erpnext/config/integrations.py
@@ -40,6 +40,11 @@
"type": "doctype",
"name": "Plaid Settings",
"description": _("Connect your bank accounts to ERPNext"),
+ },
+ {
+ "type": "doctype",
+ "name": "Exotel Settings",
+ "description": _("Connect your Exotel Account to ERPNext and track call logs"),
}
]
}