fix: add auto-update expected deal value checkbox in FCRM settings

(cherry picked from commit 915023317310178d67306bb6d8b48e224e5644ae)
This commit is contained in:
Shariq Ansari 2025-09-16 17:34:39 +05:30 committed by Mergify
parent e10ec543a7
commit a79192ef4d

View File

@ -8,6 +8,7 @@
"defaults_tab", "defaults_tab",
"restore_defaults", "restore_defaults",
"enable_forecasting", "enable_forecasting",
"auto_update_expected_deal_value",
"currency_tab", "currency_tab",
"currency", "currency",
"exchange_rate_provider_section", "exchange_rate_provider_section",
@ -105,12 +106,19 @@
{ {
"fieldname": "column_break_vqck", "fieldname": "column_break_vqck",
"fieldtype": "Column Break" "fieldtype": "Column Break"
},
{
"default": "1",
"description": "Automatically update \"Expected Deal Value\" based on the total value of associated products in a deal",
"fieldname": "auto_update_expected_deal_value",
"fieldtype": "Check",
"label": "Auto Update Expected Deal Value"
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2025-07-29 11:26:50.420614", "modified": "2025-09-16 17:33:26.406549",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "FCRM", "module": "FCRM",
"name": "FCRM Settings", "name": "FCRM Settings",