-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
[17.0][MIG] website_sale_product_attribute_value_filter_existing: Migration to 17.0 #925
base: 17.0
Are you sure you want to change the base?
[17.0][MIG] website_sale_product_attribute_value_filter_existing: Migration to 17.0 #925
Conversation
d5e2cfd
to
4f5f7cd
Compare
ba27c27
to
846fa13
Compare
846fa13
to
5e39b07
Compare
@pilarvargas-tecnativa Hi, may you check this? |
thanks! @chienandalu can you take a look? |
@chienandalu Hi, do you have any news about this? |
LGTM, functionally tested. |
@lef-adhoc please check pre-commit |
Apologies, I have given a positive review, however, it seems that there is a caching issue that we had missed. One of our team is investigating to see if they can assist :) |
@theangryangel Any luck with resolving caching issue ? Can You share in details what kind of problem did You find? |
We ended up needing to go a different direction to meet the customer's need, and I don't think we've come back to look at this. @GarethGloSystems can you remind me what we ran into? |
… to 15.0 [UPD] Update website_sale_product_attribute_value_filter_existing.pot
5e39b07
to
90c4906
Compare
@pilarvargas-tecnativa pre-commit is ready |
This PR has the |
odoo/odoo@29b6b85 added The last time I investigated these changes were incompatible with this module. |
AFAIK, you can remove that cache or expand it with the needed data using the inheritance system (with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this fix #970
90c4906
to
ed4cfe0
Compare
@pilarvargas-tecnativa hi, can you check if everything is ok? |
@lef-adhoc Hi, but I see you have included the change in your migration commit, you should cherry-pick the commit with the fix to keep the history. |
…ibute parent container If only the attribute container is hidden, the parent container still occupies a space that is visible in the attribute list. To avoid this, apply the condition to the parent container and hide it completely. TT50704
ed4cfe0
to
603718b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
603718b
to
6e11f1d
Compare
@pedrobaeza Hi, can we merge this? |
@@ -3,7 +3,7 @@ | |||
{ | |||
"name": "Website Sale Attribute Value Existing", | |||
"summary": "Allow hide attributes values not used in variants", | |||
"version": "16.0.1.1.0", | |||
"version": "17.0.1.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change should be in the migration commit, not in the pre-commit one
This PR has the |
6e11f1d
to
aafd92d
Compare
@chienandalu It is corrected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
) | ||
cls.product_attribute_value_blue = ProductAttributeValue.create( | ||
{"name": "Test blue", "attribute_id": cls.product_attribute.id} | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The yellow attribute that is tested in the tour that is not present is not really present because it is not defined. That part needs to be corrected and the unused attribute needs to be added.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.