fix: Allow rename prospect doctype (#46352)

fix: allow rename prospect doctype
This commit is contained in:
Shariq Ansari
2025-03-06 17:19:14 +05:30
committed by GitHub
parent 87e7f0f4d7
commit 884709deb8

View File

@@ -1,6 +1,7 @@
{ {
"actions": [], "actions": [],
"allow_events_in_timeline": 1, "allow_events_in_timeline": 1,
"allow_rename": 1,
"autoname": "field:company_name", "autoname": "field:company_name",
"creation": "2021-08-19 00:21:06.995448", "creation": "2021-08-19 00:21:06.995448",
"doctype": "DocType", "doctype": "DocType",
@@ -216,9 +217,10 @@
"options": "CRM Note" "options": "CRM Note"
} }
], ],
"grid_page_length": 50,
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2024-03-27 13:10:22.771484", "modified": "2025-03-06 11:31:49.083983",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "CRM", "module": "CRM",
"name": "Prospect", "name": "Prospect",
@@ -258,6 +260,7 @@
"share": 1 "share": 1
} }
], ],
"row_format": "Dynamic",
"sort_field": "creation", "sort_field": "creation",
"sort_order": "DESC", "sort_order": "DESC",
"states": [], "states": [],