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

[16.0][MIG] product_configurator: Migration to 16.0 #101

Merged
merged 494 commits into from
Feb 5, 2024

Conversation

dreispt
Copy link
Member

@dreispt dreispt commented Dec 9, 2023

Closes #96

PCatinean and others added 30 commits December 9, 2023 14:44
Copy link
Contributor

@SirAionTech SirAionTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!
I'm just now beginning to work on this module and looks great, I tried it and seems to be working good.
I have reviewed the code and suggested some changes in ursais#3, let me know what you think.

Could you please squash bot commits as explained in https://github.com/OCA/maintainer-tools/wiki/Merge-commits-in-pull-requests? This PR already has a lot of commits.

I see there are also some edits due to #100, could you please remove them? A rebase on 16.0 might be enough since the PR has been merged.

For some reason the maintainer @PCatinean has not been tagged in the PR (doing it now), what do you think of this migration?

EDIT: I also noticed that the changes of #92 are missing, could you please include them?

Comment on lines 32 to 34
"field_prefix": "__attribute-",
"custom_field_prefix": "__custom-",
"field_prefix": "__attribute_",
"custom_field_prefix": "__custom_",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, why this change? This causes a lots of changes in the tests too

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just took that from the original PR assuming there were Javascript changes that made that necessary

@dannyadair
Copy link
Contributor

Thank you @dreispt this actually works well, also @SirAionTech has great improvements would be great if this could be merged in with his suggested adjustments

dannyadair added a commit to dannyadair/product-configurator that referenced this pull request Jan 21, 2024
Add dependency on PR OCA#101 for test builds
dannyadair added a commit to dannyadair/product-configurator that referenced this pull request Jan 29, 2024
Add dependency on PR OCA#101 for test builds
dannyadair added a commit to dannyadair/product-configurator that referenced this pull request Jan 29, 2024
Add dependency on PR OCA#101 for test builds
SirAionTech pushed a commit to SirAionTech/product-configurator that referenced this pull request Jan 31, 2024
Add dependency on PR OCA#101 for test builds
@dreispt
Copy link
Member Author

dreispt commented Feb 2, 2024

@SirAionTech @dannyadair Proposed changes merged. If I get approval I can go ahead with the merge.

@dreispt
Copy link
Member Author

dreispt commented Feb 2, 2024

@Murtaza-OSI

Copy link
Contributor

@dannyadair dannyadair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @dreispt LGTM

@dreispt
Copy link
Member Author

dreispt commented Feb 5, 2024

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

Hey, thanks for contributing! Proceeding to merge this for you.
Prepared branch 16.0-ocabot-merge-pr-101-by-dreispt-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 2a7d6d7 into OCA:16.0 Feb 5, 2024
7 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 8c58fbb. 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.