[19.0][MIG] partner_identification_import: Migration to 19.0#1316
Merged
OCA-git-bot merged 17 commits intoApr 20, 2026
Conversation
grindtildeath
approved these changes
Apr 7, 2026
597cb58 to
27c68dd
Compare
Author
|
Hello @MohamedOsman7 can you pls take a look? |
MohamedOsman7
approved these changes
Apr 8, 2026
simahawk
approved these changes
Apr 14, 2026
| @@ -1,3 +0,0 @@ | |||
| The development of this module has been financially supported by: | |||
Author
There was a problem hiding this comment.
Because we remove the mention about migration financial support.
Remove references in CREDITS.rst of past financed migrations by other companies.
27c68dd to
4becc07
Compare
Some industries still identify party with a GLN and schemeID="GLN" or with a VAT number and schemeID="<country code>:VAT". This allow to process it with a parsing hook in the partner matching. Add module partner_identification_import to match partner by external identifier using the above hook. fixup! Allow to make parsing hook based on PartyIdentification/ID
…tner matching. A shipping partner is not especially related to the ordering party. It could be any partner. However, we want to ensure that the address is respected. Fix-up: PartyIdentification/ID is a 1..N relation. Parse each of them for a match
…ation (remove wrong namespace in attribute) squash! fixup! Allow to make parsing hook based on PartyIdentification/ID Prevent to fail if 2 categories have the same code
Currently translated at 100.0% (6 of 6 strings) Translation: edi-18.0/edi-18.0-partner_identification_import Translate-URL: https://translation.odoo-community.org/projects/edi-18-0/edi-18-0-partner_identification_import/it/
4becc07 to
91046e7
Compare
Contributor
|
/ocabot merge nobump |
Contributor
|
This PR looks fantastic, let's merge it! |
Contributor
|
Congratulations, your PR was merged at 616a58f. 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.
Depends on: