Skip to content

Commit c11e853

Browse files
committed
[FIX]stock_orderpoint_manual_update:recalculate
closes #864 Signed-off-by: Daniel Libonati <dal@adhoc.com.ar>
1 parent 355cede commit c11e853

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stock_orderpoint_manual_update/wizard/stock_warehouse_orderpoint_wizard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def action_confirm(self):
2727
orderpoints.update_qty_forecast()
2828
orderpoints._compute_rotation()
2929
orderpoints._change_review_toggle_negative()
30+
orderpoints._compute_qty_to_order()
3031
action['domain'] = expression.AND([
3132
action.get('domain', '[]'),
3233
orderpoint_domain,

0 commit comments

Comments
 (0)