mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-28 06:08:25 +00:00
feat: set default view as tree-view (#45365)
feat: set default view as treeview
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"allow_rename": 1,
|
||||
"autoname": "field:customer_group_name",
|
||||
"creation": "2013-01-10 16:34:23",
|
||||
"default_view": "Tree",
|
||||
"doctype": "DocType",
|
||||
"document_type": "Setup",
|
||||
"engine": "InnoDB",
|
||||
@@ -139,7 +140,7 @@
|
||||
"idx": 1,
|
||||
"is_tree": 1,
|
||||
"links": [],
|
||||
"modified": "2024-08-16 19:21:41.880111",
|
||||
"modified": "2025-01-22 10:48:10.186637",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Customer Group",
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"allow_rename": 1,
|
||||
"autoname": "field:item_group_name",
|
||||
"creation": "2013-03-28 10:35:29",
|
||||
"default_view": "Tree",
|
||||
"description": "An Item Group is a way to classify items based on types.",
|
||||
"doctype": "DocType",
|
||||
"document_type": "Setup",
|
||||
@@ -135,7 +136,7 @@
|
||||
"is_tree": 1,
|
||||
"links": [],
|
||||
"max_attachments": 3,
|
||||
"modified": "2024-08-16 19:20:36.401913",
|
||||
"modified": "2025-01-22 10:46:09.450137",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Item Group",
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"allow_rename": 1,
|
||||
"autoname": "field:supplier_group_name",
|
||||
"creation": "2013-01-10 16:34:24",
|
||||
"default_view": "Tree",
|
||||
"doctype": "DocType",
|
||||
"document_type": "Setup",
|
||||
"engine": "InnoDB",
|
||||
@@ -107,7 +108,7 @@
|
||||
"idx": 1,
|
||||
"is_tree": 1,
|
||||
"links": [],
|
||||
"modified": "2024-08-16 19:22:02.022181",
|
||||
"modified": "2025-01-22 10:49:27.066443",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Supplier Group",
|
||||
|
||||
Reference in New Issue
Block a user