pymysql.err.InternalError: (1525, "Incorrect DATE value: 'None'")
This occurs when trying to create a new Purchase Invoice on a fresh installation.
pymysql.err.InternalError: (1525, "Incorrect DATE value: 'None'")
This occurs when trying to create a new Purchase Invoice on a fresh installation.
You may need to use MariaDB
instead of MySQL
; switching over to MariaDB
resolved the issue for me.