Skip to content

Commit

Permalink
Merge pull request #316 from Vauxoo/16.0
Browse files Browse the repository at this point in the history
Syncing from upstream Vauxoo/addons-vauxoo (16.0)
  • Loading branch information
bt-admin authored Jan 22, 2024
2 parents 488ca59 + 4ee3a4e commit 70d01e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stock_by_warehouse/models/product_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def _compute_get_quantity_warehouses_json(self):
.with_company(warehouse.company_id)
.with_context(warehouse=warehouse.id, location=False)
)
tmpl.invalidate_recordset()
if warehouse_id and warehouse_id.id == warehouse.id:
info["warehouse"] = tmpl.qty_available_not_res
info["content"].append(
Expand Down

0 comments on commit 70d01e2

Please sign in to comment.