DateTime field on list/tree view?

You can display datetime on a list but you must use two columns: one with widget=“date” and one with widget=“time”.
But since Allow to edit reference field in editable list (#6918) · Issues · Tryton / Tryton · GitLab it is possible to have more than one renderer per column. So I think it should be possible to implement a proper DateTime cell.

1 Like