-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
[16.0][MIG] pim: Migration to 16.0 + remove completeness dependency #184
Open
myrrkel
wants to merge
92
commits into
OCA:16.0
Choose a base branch
from
myrrkel:16.0-mig-pim
base: 16.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,400
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… on models linked to attribute set
* Split computed methods in attribute.set.owner.mixin. * Use assertRaisesRegex in tests to check for exact error message. * Improve readability of event listner skip_if conditions.
add migration script : fields have been removed from v13 -> v14
…r allowing searches
… on models linked to attribute set
attribute_set need 'include_native_attribute' param in context in order to work properly
…tribute_set_completeness' into 16.0-mig-pim
…set_completeness' into 16.0-mig-pim
remove product_attribute_set_completeness dependency on pim
myrrkel
changed the title
[16.0][MIG] pim: Migration to 16.0 + remove completeness dependecy
[16.0][MIG] pim: Migration to 16.0 + remove completeness dependency
Jun 17, 2024
Is this replacing completely #165 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains initOS migrations:
and ADD pim_product_attribute_set_completeness
I added a new module
pim_product_attribute_set_completeness
to removeproduct_attribute_set_completeness
dependency frompim
.This dependency was added to display 2 fields in the product list view. This was adding too much complexity to maintain the
pim
app becauseproduct_attribute_set_completeness
depends onattribute_set_completeness
, witch depends oncomponent_event
(from the 'connector' repository) witch requirescachetools
python module.pim_product_attribute_set_completeness is now adding product_attribute_set_completeness and add the fields in the pim product list view.