-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[13.0][FIX] storage media listed on product variant #116
[13.0][FIX] storage media listed on product variant #116
Conversation
This PR fixes the media displayed on the product variant form in the media tab. The change on the depends force the recomputation when an attibute value is changed on the product.media.relation. The other change fixes the attributes value that are tested to assign a media on a variant. It is the attribute set on the product variant that should be used and not all attribute values assigned to the product template.
Hi @TDu! Thank you very much for this contribution. As the addon you are improving does not have a declared maintainer, I take the opportunity to mention that you can consider adopting it. To do so, please read the maintainer role description, and, if interested, create a pull request to add your GitHub login to the |
/ocabot merge patch @TDu would you mind porting this to v14? |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 8a21b2f. Thanks a lot for contributing to OCA. ❤️ |
This PR fixes the media displayed on the product variant form in the media tab. The change on the depends force the recomputation when an attibute value is changed on the product.media.relation. The other change fixes the attributes value that are tested to assign a media on a variant. It is the attribute set on the product variant that should be used and not all attribute values assigned to the product template. This is a forward port from: * OCA#116
This PR fixes the media displayed on the product variant form in the media tab. The change on the depends force the recomputation when an attibute value is changed on the product.media.relation. The other change fixes the attributes value that are tested to assign a media on a variant. It is the attribute set on the product variant that should be used and not all attribute values assigned to the product template. Forward port from: * OCA#116
This PR fixes the media displayed on the product variant form in the media tab. The change on the depends force the recomputation when an attibute value is changed on the product.media.relation. The other change fixes the attributes value that are tested to assign a media on a variant. It is the attribute set on the product variant that should be used and not all attribute values assigned to the product template. Forward port from: * OCA#116
This PR fixes the media displayed on the product variant form in the media tab. The change on the depends force the recomputation when an attibute value is changed on the product.media.relation. The other change fixes the attributes value that are tested to assign a media on a variant. It is the attribute set on the product variant that should be used and not all attribute values assigned to the product template. Forward port from: * OCA#116
This PR fixes the media displayed on the product variant form in the media tab. The change on the depends force the recomputation when an attibute value is changed on the product.media.relation. The other change fixes the attributes value that are tested to assign a media on a variant. It is the attribute set on the product variant that should be used and not all attribute values assigned to the product template. Forward port from: * OCA#116
This PR fixes the media displayed on the product variant form in the media tab. The change on the depends force the recomputation when an attibute value is changed on the product.media.relation. The other change fixes the attributes value that are tested to assign a media on a variant. It is the attribute set on the product variant that should be used and not all attribute values assigned to the product template. Forward port from: * OCA#116
This PR fixes the media displayed on the product variant form in the media tab. The change on the depends force the recomputation when an attibute value is changed on the product.media.relation. The other change fixes the attributes value that are tested to assign a media on a variant. It is the attribute set on the product variant that should be used and not all attribute values assigned to the product template. Forward port from: * OCA#116
This PR fixes the media displayed on the product variant form in the media
tab.
The change on the depends force the recomputation when an attibute value
is changed on the product.media.relation.
The other change fixes the attributes value that are tested to assign
a media on a variant.
It is the attribute set on the product variant that should be used and
not all attribute values assigned to the product template.