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 <stefan@opener.am>
… 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 <stefan@opener.am>
… (replaced by logger), apply pre-commit rules
…using upgrade-path
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 |
StefanRijnhart
left a comment
There was a problem hiding this comment.
Thanks! Functional test. Model changes are present, e.g.
---Models in module 'mail'---
obsolete model mail.resend.message [transient]
obsolete model mail.resend.partner [transient]
obsolete model mail.wizard.invite [transient]
new model discuss.call.history
new model mail.activity.schedule.line [transient]
new model mail.followers.edit [transient]
new model mail.message.link.preview
new model mail.presence
new model res.role
/ocabot merge nobump
|
On my way to merge this fine PR! |
|
Congratulations, your PR was merged at e7d0c91. Thanks a lot for contributing to OCA. ❤️ |

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