Skip to content

Commit

Permalink
[IMP] stock_product_brand_info: Improve expected product.product sing…
Browse files Browse the repository at this point in the history
…leton error
  • Loading branch information
unaiberis committed Jan 24, 2025
1 parent 65e5c6d commit 3af13fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_product_brand_info/models/stock_move_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _get_aggregated_product_quantities(self, **kwargs):
return result
for clave in result.keys():
for move_line in self:
line_key = self._generate_keys_to_found()
line_key = move_line._generate_keys_to_found()
if line_key in clave:
result[clave]["fabricator"] = (
""
Expand Down

0 comments on commit 3af13fd

Please sign in to comment.