From b05015b7c8ccbfea710806b2130726c5c1190cf8 Mon Sep 17 00:00:00 2001 From: Raman Marikanti Date: Mon, 12 Jan 2026 11:25:06 +0530 Subject: [PATCH] Quantity Relocated moves eliminated --- custom_addons/dashboard/models/stock_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_addons/dashboard/models/stock_dashboard.py b/custom_addons/dashboard/models/stock_dashboard.py index 3c4eb2a91..5ab57f7b3 100644 --- a/custom_addons/dashboard/models/stock_dashboard.py +++ b/custom_addons/dashboard/models/stock_dashboard.py @@ -117,7 +117,7 @@ class SamashtiDashboard(models.AbstractModel): WHERE sl_src.usage IN ('internal', 'supplier', 'production', 'customer', 'inventory') AND sl_dest.usage IN ('internal', 'supplier', 'production', 'customer', 'inventory') AND - sm.state = 'done' AND + sm.state = 'done' AND sm.name != 'Quantity Relocated' AND pt.type = 'consu' AND pp.default_code is not null GROUP BY