You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran $ bench --site mysite.in install-app crm
It threw the following error while installation
Installing crm...
An error occurred while installing crm: Module import failed for CRM Lead Status, the DocType you're trying to open might be deleted.
Error: No module named 'frappe.core.doctype.crm_lead_status'
Traceback with variables (most recent call last):
File "apps/frappe/frappe/commands/site.py", line 478, in install_app
_install_app(app, verbose=context.verbose, force=force)
The text was updated successfully, but these errors were encountered:
erpnext v15
When I ran
$ bench --site mysite.in install-app crm
It threw the following error while installation
The text was updated successfully, but these errors were encountered: