Importing timedelta value from a csv file

Hi,

What is the format of a timedelta field in a csv file?
I tried the same format as the export but the field in the object remains desperately empty.
Regards

Indeed I think we did not implemented anything for the CSV export and import for TimeDelta.
So on the export we have the default python conversion to string but this format is not really parsed back (feature not provided by stdlib).

I just added an issue on this subject: Issue 9220: Importing timedelta value from a csv file - Tryton issue tracker

1 Like