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