Quantity Relocated moves eliminated
This commit is contained in:
parent
2fb074ec19
commit
b05015b7c8
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue