chore: remove datettime formatting from debug report
This hides some information that would otherwise help during debugging
This commit is contained in:
@@ -111,17 +111,17 @@ def get_columns():
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "posting_date",
|
"fieldname": "posting_date",
|
||||||
"fieldtype": "Date",
|
"fieldtype": "Data",
|
||||||
"label": _("Posting Date"),
|
"label": _("Posting Date"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "posting_time",
|
"fieldname": "posting_time",
|
||||||
"fieldtype": "Time",
|
"fieldtype": "Data",
|
||||||
"label": _("Posting Time"),
|
"label": _("Posting Time"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "creation",
|
"fieldname": "creation",
|
||||||
"fieldtype": "Datetime",
|
"fieldtype": "Data",
|
||||||
"label": _("Creation"),
|
"label": _("Creation"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user