-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[19.0][MIG] upgrade_analysis #3395
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
base: 19.0
Are you sure you want to change the base?
Conversation
d56ff1a to
4903540
Compare
|
I have some improvements to add, too. |
|
@hbrunn : could you take a look on conflict ? |
|
I've rebased this manually already, no idea where github has the notion of conflicts from. let's see what ocabot does /ocabot rebase |
|
Congratulations, PR rebased to 19.0. |
|
/ocabot migration upgrade_analysis |
|
Hi @hbrunn. thanks for this porting this module. I just used this module to generate analysis file (to estimate workload for the new Openupgrade V19 project). As a result, there is absolutely no "models" changes in all the odoo modules. I find it quite weird. Did you faced similar observation ? thanks ! Detail : for the ~80 modules installed for the 6 lots of the openupgrade project :
|
Where do you look to get this info? |
I count the number of lines in each "section" of each openupgrade_analysis.txt file. for instance :
|
|
Oh. With my version of v19: ---Models in module 'base'---
obsolete model res.partner.title
new model ir.actions.server.history
new model properties.base.definition
new model properties.base.definition.mixin [abstract]
new model res.groups.privilege
new model server.action.history.wizard [transient] |
Where is the branches of your upgrade analysis and framework ? Thanks ! |
In my laptop. I still need to find time to compare my work with Holger work, and check the differences. |
|
in my run I get the same as @MiquelRForgeFlow. Local issue then? |
|
Thanks @hbrunn & @MiquelRForgeFlow. Indeed, there was a local problem. I updated my analysis. (hbrunn/OpenUpgrade#19) Note : There are more changes between V18 and V19 than between V17 and V18. |
|
could everyone involved here who has successfully run an analysis review this so that we can merge? |
… 13.0) to OCA/server-tools Based on commit 746b7acbd90d62f9ffe6ee17472a1a3533e36597 (Fri Nov 6 17:18:47 2020 +0100) Co-authored-by: Stefan Rijnhart <[email protected]>
… make the module installable, add readme folders
…y to select some modules, and improve filters, regarding test module with startswith and endswith pattern
Co-authored-by: Stefan Rijnhart <[email protected]>
… (replaced by logger), apply pre-commit rules
…using upgrade-path
FIX: OCA#3215. Rational : 'mapped' function has been privatized in odoo/odoo@a1adf83. We so replace 'mapped' by 'search_read'
Fix Uncaught Promise > View types not defined tree found in act_window action undefined.
and remove spaces for comparison
1e77057 to
e7bc510
Compare
|
@legalsylvain can you give a functional review here? this is the last bit missing for OCA/OpenUpgrade#5389 to be able to push analysis files to the v19 branch |

I added a commit to normalize constraint definitions for comparison, otherwise we get our work files spammed with lines like
and another one turning the confusing error message in the general log into a helpful informational message