revert: undo changes to todo.json and todo.py

This commit is contained in:
UmakanthKaspa 2026-02-26 21:09:49 +05:30
parent bb809338de
commit eeceba6636
2 changed files with 2 additions and 10 deletions

View file

@ -10,7 +10,6 @@
"description_and_status",
"status",
"priority",
"test",
"column_break_2",
"color",
"date",
@ -157,17 +156,12 @@
"in_standard_filter": 1,
"label": "Allocated To",
"options": "User"
},
{
"fieldname": "test",
"fieldtype": "Data",
"label": "Test"
}
],
"icon": "fa fa-check",
"idx": 2,
"links": [],
"modified": "2026-02-15 13:06:18.389084",
"modified": "2024-03-23 16:03:58.758787",
"modified_by": "Administrator",
"module": "Desk",
"name": "ToDo",
@ -197,7 +191,6 @@
}
],
"quick_entry": 1,
"row_format": "Dynamic",
"search_fields": "description, reference_type, reference_name",
"sender_field": "sender",
"sort_field": "creation",
@ -207,4 +200,4 @@
"title_field": "description",
"track_changes": 1,
"track_seen": 1
}
}

View file

@ -33,7 +33,6 @@ class ToDo(Document):
role: DF.Link | None
sender: DF.Data | None
status: DF.Literal["Open", "Closed", "Cancelled"]
test: DF.Data | None
# end: auto-generated types
DocType = "ToDo"