-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
[18.0][MIG] connector_importer: Migration to 18.0 #146
[18.0][MIG] connector_importer: Migration to 18.0 #146
Conversation
025f4df
to
bced517
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's migration to v17 here... I guess the plan is to open a PR for that?
value = rel_model.search(search_args) | ||
|
||
value = _handle_missing_values( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please split this change to its own commit so that we can backport it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can apply these changes on v16 if it eases your life and then we cherry-pick the commit ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @simahawk ,
- I don't have plans to make a PR for v17. And I've isolated the modifier change out so you can cherry-pick it easily.
- Would you like me to create a PR to apply it to version 16?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @simahawk ,
* I don't have plans to make a PR for v17. And I've isolated the modifier change out so you can cherry-pick it easily.
cool, tnx
* Would you like me to create a PR to apply it to version 16?
yes please, it will serve as a reminder 🙏
/ocabot migration connector_importer |
bced517
to
020c9fc
Compare
b939243
to
08d1f10
Compare
08d1f10
to
ab9e9f4
Compare
TODO: rebase and drop test dep |
* [FIX] invalidate_cache for set_shared * fixup! [FIX] invalidate_cache for set_shared
You can now configure mapper options' key source_key_rename to specify a mapping of keys to be renamed to match odoo field names.
Currently translated at 100.0% (154 of 154 strings) Translation: connector-interfaces-16.0/connector-interfaces-16.0-connector_importer Translate-URL: https://translation.odoo-community.org/projects/connector-interfaces-16-0/connector-interfaces-16-0-connector_importer/it/
ab9e9f4
to
cf0b05a
Compare
…use_job parameter We want to handle debug mode and take into account the use_job parameter in order to spawn jobs only when requested
Replace the use of Serialized fields with Binary fields for report_data and shared_data in the ImportRecordset model. This change aims to improve performance and provide better storage management for large datasets.
cf0b05a
to
3ac6d4f
Compare
@thienvh332 can you drop test req? :) |
Hi @simahawk ,
|
ahhh sorry, didn't check the content 😓 |
This PR has the |
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 3f5ecc6. Thanks a lot for contributing to OCA. ❤️ |
Depends on: