[18.0][ADD] base_external_dbsource_importer: New module#461
Draft
david-banon-tecnativa wants to merge 25 commits into
Draft
[18.0][ADD] base_external_dbsource_importer: New module#461david-banon-tecnativa wants to merge 25 commits into
david-banon-tecnativa wants to merge 25 commits into
Conversation
…cord. Not need defined fields to modify
…te_country_from_zip method
…method to be extended by other modules
…el name for mapped models
…id dependency conflicts
…e loaded With the changes introduced in odoo/odoo@de056cc#diff-b37c7fd5520c97a29ddc59495779e7be61a66e15e85603928e27b3affb9dc31f, an error was occurring because the change validation on the model was being performed before tearDownClass was executed. Therefore, it has been modified so that the mock changes are applied in each test and cleaned up after each test. This way, the error will no longer appear and the test will run normally.
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.
This has been used at @Tecnativa internally for a long time, i wrongfully uploaded it as a PR last year 😅. But we came to the conclusion its better as an OCA module.
Draft as some work is still needed.
TT56336