|
|
@@ -18,8 +18,8 @@ def execute(filters=None): |
|
|
|
todo.date and getdate(todo.date) or getdate("1900-01-01")), reverse=True) |
|
|
|
|
|
|
|
columns = [_("ID")+":Link/ToDo:90", _("Priority")+"::60", _("Date")+ ":Date", |
|
|
|
_("Description")+"::150", _("Assigned To/Owner") + ":Link/User:120", |
|
|
|
_("Assigned By")+":Link/User:120", _("Reference")+"::200"] |
|
|
|
_("Description")+"::150", _("Assigned To/Owner") + ":Data:120", |
|
|
|
_("Assigned By")+":Data:120", _("Reference")+"::200"] |
|
|
|
|
|
|
|
result = [] |
|
|
|
for todo in todo_list: |
|
|
|