You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm reviewing the product_variant_sale_price module and noticed that in this line, an extra argument seems to be passed to _get_combination_info, specifically the pricelist, which does not appear to be used.
In some cases, this leads to a TypeError, although it doesn't always happen — I haven't been able to identify the exact conditions under which the error is triggered.