-
-
Notifications
You must be signed in to change notification settings - Fork 444
[17.0][MIG] product_restrict_payment_acquirer: Migration to 17.0 #862
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
Open
Mohajiro
wants to merge
10
commits into
OCA:17.0
Choose a base branch
from
cetmix:17.0-mig-4861-product_restrict_payment_acquirer
base: 17.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[17.0][MIG] product_restrict_payment_acquirer: Migration to 17.0 #862
Mohajiro
wants to merge
10
commits into
OCA:17.0
from
cetmix:17.0-mig-4861-product_restrict_payment_acquirer
Conversation
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
ceaf060
to
61882ad
Compare
Currently translated at 100.0% (13 of 13 strings) Translation: account-payment-14.0/account-payment-14.0-product_restrict_payment_acquirer Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-product_restrict_payment_acquirer/es/
396e3e9
to
797715b
Compare
Currently translated at 100.0% (13 of 13 strings) Translation: account-payment-14.0/account-payment-14.0-product_restrict_payment_acquirer Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-product_restrict_payment_acquirer/it/
Replace all references to the deprecated payment.acquirer model with payment.provider in models and views to comply with Odoo 17’s new Payment Provider API. Task: 4861
…lass Convert tests to use setUpClass for shared setup and update all references from payment.acquirer to payment.provider, reflecting the new Odoo 17 API. Task: 4861
Compute intersection inside the loop to avoid overwriting the set. Task: 4861
Use config_parameter on the settings field to avoid missing super() calls in get_values()/set_values(). Rename the M2M column to provider_id and add copy=False on allowed_payment_provider_ids to prevent relation duplication. Task: 4861
Fix groups restriction for template views Task: 4861
797715b
to
72555b4
Compare
GabbasovDinar
approved these changes
Jul 25, 2025
Aldeigja
approved these changes
Jul 28, 2025
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.
Functional LGTM
This PR has the |
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.
Standard migration from 14.0 to 17.0