diff --git a/erpnext/crm/doctype/lead/lead.json b/erpnext/crm/doctype/lead/lead.json index 038f6bff2eb..d883ef692d5 100644 --- a/erpnext/crm/doctype/lead/lead.json +++ b/erpnext/crm/doctype/lead/lead.json @@ -497,7 +497,7 @@ { "fieldname": "state", "fieldtype": "Data", - "label": "State" + "label": "State/Province" }, { "fieldname": "country", @@ -512,11 +512,12 @@ "show_dashboard": 1 } ], + "grid_page_length": 50, "icon": "fa fa-user", "idx": 5, "image_field": "image", "links": [], - "modified": "2025-01-31 13:40:08.094759", + "modified": "2025-06-26 11:02:01.158901", "modified_by": "Administrator", "module": "CRM", "name": "Lead", @@ -575,6 +576,7 @@ "role": "Sales User" } ], + "row_format": "Dynamic", "search_fields": "lead_name,lead_owner,status", "sender_field": "email_id", "sender_name_field": "lead_name", diff --git a/erpnext/crm/doctype/opportunity/opportunity.json b/erpnext/crm/doctype/opportunity/opportunity.json index 75373398b09..f56286a636c 100644 --- a/erpnext/crm/doctype/opportunity/opportunity.json +++ b/erpnext/crm/doctype/opportunity/opportunity.json @@ -613,7 +613,7 @@ { "fieldname": "state", "fieldtype": "Data", - "label": "State" + "label": "State/Province" }, { "fieldname": "country", @@ -622,10 +622,11 @@ "options": "Country" } ], + "grid_page_length": 50, "icon": "fa fa-info-sign", "idx": 195, "links": [], - "modified": "2024-08-20 04:12:29.095761", + "modified": "2025-06-26 11:16:13.665866", "modified_by": "Administrator", "module": "CRM", "name": "Opportunity", @@ -657,6 +658,7 @@ "write": 1 } ], + "row_format": "Dynamic", "search_fields": "status,transaction_date,party_name,opportunity_type,territory,company", "sender_field": "contact_email", "show_name_in_global_search": 1, diff --git a/erpnext/crm/report/lead_details/lead_details.py b/erpnext/crm/report/lead_details/lead_details.py index 608be6ec912..c3b9a484de9 100644 --- a/erpnext/crm/report/lead_details/lead_details.py +++ b/erpnext/crm/report/lead_details/lead_details.py @@ -58,7 +58,7 @@ def get_columns(): {"label": _("Address"), "fieldname": "address", "fieldtype": "Data", "width": 130}, {"label": _("Postal Code"), "fieldname": "pincode", "fieldtype": "Data", "width": 90}, {"label": _("City"), "fieldname": "city", "fieldtype": "Data", "width": 100}, - {"label": _("State"), "fieldname": "state", "fieldtype": "Data", "width": 100}, + {"label": _("State/Province"), "fieldname": "state", "fieldtype": "Data", "width": 100}, { "label": _("Country"), "fieldname": "country", diff --git a/erpnext/public/js/utils/contact_address_quick_entry.js b/erpnext/public/js/utils/contact_address_quick_entry.js index 2f61dee1994..129b713c6f3 100644 --- a/erpnext/public/js/utils/contact_address_quick_entry.js +++ b/erpnext/public/js/utils/contact_address_quick_entry.js @@ -81,7 +81,7 @@ frappe.ui.form.ContactAddressQuickEntryForm = class ContactAddressQuickEntryForm fieldtype: "Data", }, { - label: __("State"), + label: __("State/Province"), fieldname: "state", fieldtype: "Data", }, diff --git a/erpnext/stock/doctype/warehouse/warehouse.json b/erpnext/stock/doctype/warehouse/warehouse.json index f2d157b0ae4..39b81dc68dd 100644 --- a/erpnext/stock/doctype/warehouse/warehouse.json +++ b/erpnext/stock/doctype/warehouse/warehouse.json @@ -174,7 +174,7 @@ { "fieldname": "state", "fieldtype": "Data", - "label": "State", + "label": "State/Province", "oldfieldname": "state", "oldfieldtype": "Select" }, @@ -259,11 +259,12 @@ "label": "Is Rejected Warehouse" } ], + "grid_page_length": 50, "icon": "fa fa-building", "idx": 1, "is_tree": 1, "links": [], - "modified": "2024-08-14 16:08:15.733597", + "modified": "2025-06-26 11:19:04.673115", "modified_by": "Administrator", "module": "Stock", "name": "Warehouse", @@ -316,6 +317,7 @@ "role": "Manufacturing User" } ], + "row_format": "Dynamic", "show_name_in_global_search": 1, "sort_field": "modified", "sort_order": "DESC",