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
when you click on the "Show History" button of the standard price, you should see the several price history items related to the related product variant.
The problem is the implementation filter the wrong items, the ones with the ids of the related product variants (usually only one) while it should be the ones which match the product variants through their product_id key.
Hello, I'll leave the issue open with a modified title as we still have it on v10. Hopefully I fix it today.
rvalyi
changed the title
[product_usability][10.0][12.0]: wrong price history link
[product_usability][10.0]: wrong price history link (fixed on 12.0)
Jun 20, 2019
when you click on the "Show History" button of the standard price, you should see the several price history items related to the related product variant.
The problem is the implementation filter the wrong items, the ones with the ids of the related product variants (usually only one) while it should be the ones which match the product variants through their product_id key.
indeed the domain should be "[('product_id', 'in', %s)]" % products.ids
The text was updated successfully, but these errors were encountered: