Skip to content
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

Merged
merged 202 commits into from
Oct 22, 2024

Conversation

thienvh332
Copy link
Contributor

@thienvh332 thienvh332 force-pushed the 18.0-mig-connector_importer branch from 025f4df to bced517 Compare October 8, 2024 09:02
@thienvh332 thienvh332 marked this pull request as ready for review October 8, 2024 09:04
Copy link
Contributor

@simahawk simahawk left a 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(
Copy link
Contributor

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?

Copy link
Contributor

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 ;)

Copy link
Contributor Author

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?

Copy link
Contributor

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 🙏

@simahawk
Copy link
Contributor

simahawk commented Oct 9, 2024

/ocabot migration connector_importer

@OCA-git-bot OCA-git-bot added this to the 18.0 milestone Oct 9, 2024
@OCA-git-bot OCA-git-bot mentioned this pull request Oct 9, 2024
1 task
@thienvh332 thienvh332 force-pushed the 18.0-mig-connector_importer branch from bced517 to 020c9fc Compare October 9, 2024 11:29
@simahawk
Copy link
Contributor

@thienvh332 thienvh332 force-pushed the 18.0-mig-connector_importer branch from b939243 to 08d1f10 Compare October 10, 2024 09:49
@thienvh332 thienvh332 requested a review from simahawk October 10, 2024 10:10
@thienvh332 thienvh332 force-pushed the 18.0-mig-connector_importer branch from 08d1f10 to ab9e9f4 Compare October 11, 2024 04:58
@simahawk
Copy link
Contributor

TODO: rebase and drop test dep

simahawk and others added 6 commits October 21, 2024 09:11
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/
@thienvh332 thienvh332 force-pushed the 18.0-mig-connector_importer branch from ab9e9f4 to cf0b05a Compare October 21, 2024 02:12
thienvh332 and others added 8 commits October 21, 2024 09:19
…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.
@thienvh332 thienvh332 force-pushed the 18.0-mig-connector_importer branch from cf0b05a to 3ac6d4f Compare October 21, 2024 02:23
@simahawk
Copy link
Contributor

@thienvh332 can you drop test req? :)

@thienvh332
Copy link
Contributor Author

@thienvh332 can you drop test req? :)

Hi @simahawk ,

  • We need odoo_test_helper to be able to pass unit test. So I added test-requirement with a normal commit.
  • Of course, If you will be ok when it says test failed. I will drop it.

@simahawk
Copy link
Contributor

ahhh sorry, didn't check the content 😓
Cool, thanks then!

@OCA-git-bot
Copy link
Contributor

This PR has the approved label and has been created more than 5 days ago. It should therefore be ready to merge by a maintainer (or a PSC member if the concerned addon has no declared maintainer). 🤖

@simahawk
Copy link
Contributor

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

On my way to merge this fine PR!
Prepared branch 18.0-ocabot-merge-pr-146-by-simahawk-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit fa2c518 into OCA:18.0 Oct 22, 2024
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 3f5ecc6. Thanks a lot for contributing to OCA. ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.