Quantity Relocated moves eliminated

This commit is contained in:
Raman Marikanti 2026-01-12 11:25:06 +05:30
parent 2fb074ec19
commit b05015b7c8
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class SamashtiDashboard(models.AbstractModel):
WHERE WHERE
sl_src.usage IN ('internal', 'supplier', 'production', 'customer', 'inventory') AND sl_src.usage IN ('internal', 'supplier', 'production', 'customer', 'inventory') AND
sl_dest.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 pt.type = 'consu' AND pp.default_code is not null
GROUP BY GROUP BY