-
-
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] website #2299
[13.0][MIG] website #2299
Conversation
934c6c7
to
29d2409
Compare
29d2409
to
1699946
Compare
9aac32b
to
1d6dcc7
Compare
This PR has the |
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.
This is missing some work on COW views that my colleague @yajo is doing, so this can't be merged yet.
1d6dcc7
to
27574dc
Compare
27574dc
to
0b7659d
Compare
572cae5
to
df42149
Compare
I rebased to see if it fixes the build. |
OCA/openupgradelib#223 is merged, so I rebuilt, let's see now. |
Fixes https://github.com/OCA/OpenUpgrade/pull/2299/checks?check_run_id=1741234705#step:12:7045 from OCA/OpenUpgrade#2299. You cannot use `IN` to search in an `ARRAY`, which is the type of data that psycopg2 passes to postgres from a python `list`. Also, an empty `tuple` would fail too. Using `= ANY (%s)` is the safest. @Tecnativa TT23136
df42149
to
ee04925
Compare
Why last commit changes all lines if the only legit change is adding a line? |
This PR has the |
It must be something related to line endings or similar. Let me fix it. |
ee04925
to
fc409fb
Compare
It should be OK now. |
good 👍 |
could we merge then? |
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.
Yes 😊
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.
Tell me if you are not able to do the changes for me to do them.
TT19838
addons/website/migrations/13.0.1.0/openupgrade_analysis_work.txt
Outdated
Show resolved
Hide resolved
addons/website/migrations/13.0.1.0/openupgrade_analysis_work.txt
Outdated
Show resolved
Hide resolved
Not doing this operation on >= v12 can lead also to let garbage XML-IDs, and what is more important, to not let Odoo to automatically remove the column when uninstalling the module.
fc409fb
to
f0b220b
Compare
In v12, websites used the company logo. In v13, websites have their own logo. Without this patch, websites get migrated without logo. @Tecnativa TT23136
Makes use of OCA/openupgradelib#220. See description to understand what these new functions do. @Tecnativa TT23136
f0b220b
to
80d1792
Compare
@pedrobaeza all your comments have been attended |
Migration of
website
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
@Tecnativa TT23136