[14.0][FIX] stock_quant_reservation_info: only reservations from internal locations

This commit is contained in:
DavidJForgeFlow
2022-10-06 15:49:59 +02:00
committed by SergiCForgeFlow
parent ca17e78686
commit 9c5b8ee104

View File

@@ -26,6 +26,7 @@ class StockQuant(models.Model):
"domain": [
("product_id", "=", self.product_id.id),
("product_uom_qty", ">", 0),
("location_id.usage", "=", "internal"),
],
}
return action