We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfc0bd commit 3516228Copy full SHA for 3516228
1 file changed
stock_orderpoint_manual_update/models/stock_orderpoint.py
@@ -25,7 +25,7 @@ def update_qty_forecast(self):
25
rec.qty_forecast_stored = rec.qty_forecast
26
27
def _get_orderpoint_products(self):
28
- domain = [("type", "=", "product"), ("stock_move_ids", "!=", False)]
+ domain = [('is_storable', '=', True), ("stock_move_ids", "!=", False)]
29
30
# Filter by suppliers
31
suppliers_ids = self._context.get("filter_suppliers")
0 commit comments