We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca04e1 commit e2a07e4Copy full SHA for e2a07e4
stock_orderpoint_manual_update/wizard/stock_warehouse_orderpoint_wizard.py
@@ -24,7 +24,6 @@ def action_confirm(self):
24
action = self.with_context(ctx).env['stock.warehouse.orderpoint']._get_orderpoint_action()
25
orderpoint_domain = self._get_orderpoint_domain()
26
orderpoints = self.env['stock.warehouse.orderpoint'].with_context(active_test=False).search(orderpoint_domain)
27
- orderpoints._compute_qty_to_order()
28
orderpoints.update_qty_forecast()
29
orderpoints._compute_rotation()
30
action['domain'] = expression.AND([
0 commit comments