OCA / product-configurator

Advanced Product Configurator (from the original Pledra project https://github.com/pledra/odoo-product-configurator)
GNU Affero General Public License v3.0
33 stars 76 forks source link

[FIX][14.0] product_configurator (product.template.attribute.value In-Active) #84

Closed patrickrwilson closed 1 year ago

patrickrwilson commented 1 year ago

We found in a certain scenario, if a attribute/value is added twice to a product, then one is removed, the variant that gets created will contain both values. This is because the product.template.attribute.value doesn't have a normal 'active' field, instead has ptav_active so the search returns active and inactive values.

This small code change fixes this issue.

OCA-git-bot commented 1 year ago

Hi @PCatinean, some modules you are maintaining are being modified, check this out!

github-actions[bot] commented 1 year ago

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.