I have created a table with some date fields, and I want to import data from our legacy ERP.
One of the fields, 'date finished', is not always filled in, so there is an empty field in the csv.
When I try to import the CSV I get the error:
Column dateFinished contains incorrect values. Error in line 3: time data '' does not match format '%d/%m/%Y'
How can I solve this please? The ODOO version is 17.
Regards,
Andy