Skip to content

Commit

Permalink
[MIG] stock_demand_estimate_matrix: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminSForgeFlow committed May 20, 2024
1 parent 06b8611 commit b6489bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stock_demand_estimate_matrix/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Stock Demand Estimate Matrix",
"summary": "Allows to create demand estimates.",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"development_status": "Production/Stable",
"website": "https://github.com/OCA/stock-logistics-warehouse",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def _onchange_dates(self):
for product in sheet.product_ids:
for _range in ranges:
estimate = estimates.filtered(
lambda x: (
lambda x, _range=_range, product=product: (
x.date_range_id == _range and x.product_id == product
)
)
Expand Down

0 comments on commit b6489bb

Please sign in to comment.