diff --git a/erpnext/projects/doctype/task/task.json b/erpnext/projects/doctype/task/task.json index b9b70a207da..8673455dbfa 100644 --- a/erpnext/projects/doctype/task/task.json +++ b/erpnext/projects/doctype/task/task.json @@ -368,6 +368,7 @@ "options": "User" }, { + "allow_in_quick_entry": 1, "default": "0", "fieldname": "is_template", "fieldtype": "Check", @@ -404,11 +405,11 @@ "is_tree": 1, "links": [], "max_attachments": 5, - "modified": "2025-10-16 08:39:12.214577", + "modified": "2026-02-05 09:58:38.052875", "modified_by": "Administrator", "module": "Projects", "name": "Task", - "naming_rule": "Expression (old style)", + "naming_rule": "Expression", "nsm_parent_field": "parent_task", "owner": "Administrator", "permissions": [ @@ -425,6 +426,7 @@ } ], "quick_entry": 1, + "row_format": "Dynamic", "search_fields": "subject", "show_name_in_global_search": 1, "show_preview_popup": 1, @@ -434,4 +436,4 @@ "timeline_field": "project", "title_field": "subject", "track_seen": 1 -} \ No newline at end of file +}