-
-
Notifications
You must be signed in to change notification settings - Fork 705
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
[13.0][MIG] payment #2278
Merged
Merged
[13.0][MIG] payment #2278
Conversation
This file contains 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
addons/payment/migrations/13.0.1.0/openupgrade_analysis_work.txt
Outdated
Show resolved
Hide resolved
Yasaie
force-pushed
the
13.0-mig-payment
branch
from
April 11, 2020 05:43
9f7899b
to
5a084f1
Compare
Yasaie
force-pushed
the
13.0-mig-payment
branch
2 times, most recently
from
April 15, 2020 07:15
c719de8
to
970b38c
Compare
MiquelRForgeFlow
approved these changes
Apr 15, 2020
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.
LGTM
kos94ok-3D
reviewed
Apr 22, 2020
addons/payment/migrations/13.0.1.0/openupgrade_analysis_work.txt
Outdated
Show resolved
Hide resolved
Yasaie
force-pushed
the
13.0-mig-payment
branch
from
April 23, 2020 05:02
970b38c
to
04eaf73
Compare
gdgellatly
reviewed
Apr 25, 2020
Yasaie
force-pushed
the
13.0-mig-payment
branch
from
August 9, 2020 07:26
10c8037
to
7bded46
Compare
MiquelRForgeFlow
force-pushed
the
13.0-mig-payment
branch
from
October 21, 2020 19:06
7bded46
to
acf7e57
Compare
kos94ok-3D
reviewed
Oct 23, 2020
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.
Small fixes in analysis_work
addons/payment/migrations/13.0.1.0/openupgrade_analysis_work.txt
Outdated
Show resolved
Hide resolved
addons/payment/migrations/13.0.1.0/openupgrade_analysis_work.txt
Outdated
Show resolved
Hide resolved
MiquelRForgeFlow
force-pushed
the
13.0-mig-payment
branch
from
November 3, 2020 14:39
acf7e57
to
5939aa3
Compare
Co-Authored-By: Miquel Raïch <[email protected]>
* Don't copy, rename table in m2m Copying, we transfer FK constraints, which is a problem for later change. The only viable way is to rename m2m table, and let Odoo to recreate that table with correct FK constraints, and after that, populate the table with proper values. * Do state mapping on pre, not on post. * Preserve original environment value.
pedrobaeza
force-pushed
the
13.0-mig-payment
branch
from
November 9, 2020 18:24
5939aa3
to
d800973
Compare
I have added extra needed patches. |
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.
Migration of
payment
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr