[15.0][MIG] connector_importer_product#94
Merged
OCA-git-bot merged 24 commits intoOCA:15.0from Mar 6, 2023
Merged
Conversation
Contributor
Author
|
/ocabot migration connector_importer_product |
ada7ea4 to
56bf467
Compare
92a5b6d to
8eff96e
Compare
8eff96e to
55d6b5e
Compare
be05f63 to
d665eec
Compare
Contributor
Author
|
I'm experimenting w/ pyopenssl upgrade. BTW there's s pending PR on master here odoo/odoo#95782 Error w/o upgrade: Error w/ 21.0.0, now testing 20.0. These versions work: |
This was referenced Mar 2, 2023
d665eec to
33e9f57
Compare
Contributor
Author
|
Fixed here OCA/storage#248 |
33e9f57 to
47db841
Compare
The mapper now uses the dynanic mapper to automatically find and convert values from source to destination. We can trash many direct mappings! Additionally, the supplier is now imported automatically.
`prod.product_template_attribute_value_ids` must be set using _only_ valid values. To find them, we must use `_without_no_variant_attribute()` as Odoo does in relevant places. `combination_indices` depends on `product_template_attribute_value_ids`, hence if its value is wrong the index will be wrong and you won't find the right variant. Additionally, when using the product configurator, since the combination is wrong the product won't be purchase-able or sale-able w/ the configurator.
Make import type non demo only to provide a default setup.
Allows to import product and suppliers at the same time.
47db841 to
bc379cd
Compare
Contributor
Author
|
/ocabot merge minor |
Contributor
|
This PR looks fantastic, let's merge it! |
Contributor
|
Congratulations, your PR was merged at 2f34556. Thanks a lot for contributing to OCA. ❤️ |
This file contains hidden or 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
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.
Module moved as-is to 15.0 here #99
Depends on:
TODO:
Overall:
See atomic commits for details.