From e3510b0e9cc9f317e8935db2790f0e9a137cad6f Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Tue, 1 Jul 2025 13:16:40 +0530 Subject: [PATCH] fix: added default probability to Lost status (cherry picked from commit 4d3fe722e86a1e91e056418a173ad30f1a1b6c63) --- crm/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/crm/install.py b/crm/install.py index ffa84e90..9f8e617d 100644 --- a/crm/install.py +++ b/crm/install.py @@ -98,6 +98,7 @@ def add_default_deal_statuses(): }, "Lost": { "color": "red", + "probability": 0, "position": 7, }, }