chore: remove datettime formatting from debug report

This hides some information that would otherwise help during debugging
This commit is contained in:
Ankush Menat 2022-05-06 13:42:09 +05:30
parent 7c839c4503
commit ae842d8145

View File

@ -111,17 +111,17 @@ def get_columns():
},
{
"fieldname": "posting_date",
"fieldtype": "Date",
"fieldtype": "Data",
"label": _("Posting Date"),
},
{
"fieldname": "posting_time",
"fieldtype": "Time",
"fieldtype": "Data",
"label": _("Posting Time"),
},
{
"fieldname": "creation",
"fieldtype": "Datetime",
"fieldtype": "Data",
"label": _("Creation"),
},
{