No matter what I have tried, I can't import a datetime field from an xlsx file in odoo 16.
I go to "Import records", then load an xlsx file and then I press test. I get the following error: Column payment_date contains incorrect values. Error in line 204: unconverted data remains: 2022-11-21 09:34:46
I've tried with a variety of date time formats (including the one in language settings), but it always concludes to the above error message...
Which is the correct format to import a datetime field from an xlsx file?