fix: made organization fields editable

This commit is contained in:
Shariq Ansari 2024-01-04 20:54:55 +05:30
parent 649eae9f3a
commit 8b22b85943
2 changed files with 14 additions and 20 deletions

View File

@ -52,19 +52,17 @@
"label": "Probability" "label": "Probability"
}, },
{ {
"fetch_from": "organization.annual_revenue", "fetch_from": ".annual_revenue",
"fieldname": "annual_revenue", "fieldname": "annual_revenue",
"fieldtype": "Currency", "fieldtype": "Currency",
"label": "Amount", "label": "Amount"
"read_only": 1
}, },
{ {
"fetch_from": "organization.website", "fetch_from": ".website",
"fieldname": "website", "fieldname": "website",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Website", "label": "Website",
"options": "URL", "options": "URL"
"read_only": 1
}, },
{ {
"fieldname": "close_date", "fieldname": "close_date",
@ -212,11 +210,11 @@
"options": "CRM Communication Status" "options": "CRM Communication Status"
}, },
{ {
"fetch_from": "organization.territory", "fetch_from": ".territory",
"fieldname": "territory", "fieldname": "territory",
"fieldtype": "Data", "fieldtype": "Link",
"label": "Territory", "label": "Territory",
"read_only": 1 "options": "CRM Territory"
}, },
{ {
"fieldname": "source", "fieldname": "source",
@ -227,7 +225,7 @@
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2024-01-04 20:02:23.823826", "modified": "2024-01-04 20:53:31.618792",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "FCRM", "module": "FCRM",
"name": "CRM Deal", "name": "CRM Deal",

View File

@ -101,12 +101,10 @@
"search_index": 1 "search_index": 1
}, },
{ {
"fetch_from": "organization.website",
"fieldname": "website", "fieldname": "website",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Website", "label": "Website",
"options": "URL", "options": "URL"
"read_only": 1
}, },
{ {
"fieldname": "mobile_no", "fieldname": "mobile_no",
@ -155,11 +153,10 @@
"options": "CRM Lead Source" "options": "CRM Lead Source"
}, },
{ {
"fetch_from": "organization.industry",
"fieldname": "industry", "fieldname": "industry",
"fieldtype": "Data", "fieldtype": "Link",
"label": "Industry", "label": "Industry",
"read_only": 1 "options": "CRM Industry"
}, },
{ {
"fieldname": "image", "fieldname": "image",
@ -273,17 +270,16 @@
"options": "CRM Communication Status" "options": "CRM Communication Status"
}, },
{ {
"fetch_from": "organization.territory",
"fieldname": "territory", "fieldname": "territory",
"fieldtype": "Data", "fieldtype": "Link",
"label": "Territory", "label": "Territory",
"read_only": 1 "options": "CRM Territory"
} }
], ],
"image_field": "image", "image_field": "image",
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2024-01-04 18:58:26.603817", "modified": "2024-01-04 20:12:22.104289",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "FCRM", "module": "FCRM",
"name": "CRM Lead", "name": "CRM Lead",