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
I have installed the system 3 times with latest update at mean time, as follow:
ERPNext: v15.54.3 (version-15)
Frappe Framework: v15.57.2 (version-15)
Frappe HR: v15.41.0 (version-15)
Frappe Lending: v0.0.1 (version-15)
Payments: v0.0.1 (version-15)
When I try to rename an account in accounts chart a popup error message says:
TypeError: '>' not supported between instances of 'NoneType' and 'datetime.datetime'
Possible source of error: erpnext (app)
Hi, I encountered the same issue even though my versions are slightly different.
Here are my installed versions:
{
"frappe": {
"version": "15.58.1"
},
"erpnext": {
"version": "15.54.3",
"commit_hash": "47429095a2bc48dc66e5fe091f804ca0dd78010c",
"branch": "version-15"
}
}
The error message is the same:
TypeError: '>' not supported between instances of 'NoneType' and 'datetime.datetime'
Information about bug
I have installed the system 3 times with latest update at mean time, as follow:
ERPNext: v15.54.3 (version-15)
Frappe Framework: v15.57.2 (version-15)
Frappe HR: v15.41.0 (version-15)
Frappe Lending: v0.0.1 (version-15)
Payments: v0.0.1 (version-15)
When I try to rename an account in accounts chart a popup error message says:
TypeError: '>' not supported between instances of 'NoneType' and 'datetime.datetime'
Possible source of error: erpnext (app)
Module
accounts
Version
ERPNext: v15.54.3 (version-15)
Frappe Framework: v15.57.2 (version-15)
Frappe HR: v15.41.0 (version-15)
Frappe Lending: v0.0.1 (version-15)
Payments: v0.0.1 (version-15)
Installation method
manual install
Relevant log output / Stack trace / Full Error Message.
The text was updated successfully, but these errors were encountered: