-
-
Notifications
You must be signed in to change notification settings - Fork 700
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][UPD] openupgrade analysis #2565
Conversation
Given that the records need to be managed in the modules that own them rather in the modules that override them, and that we also have the noupdate data xml for every module, what is it that these lines add to the analyis (in the old or the new format)? Can we perhaps just leave them out? |
@MiquelRForgeFlow I see what Stefan says as a good proposal. |
e567133
to
85415ab
Compare
@StefanRijnhart @pedrobaeza Done! |
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.
Nice, thanks!
5eab47a
to
bffa5e2
Compare
@StefanRijnhart @pedrobaeza I have added more improvements in the analysis as you can see in the commits. The comparison of m2m columns has proved to be useful!! |
Very nice, thank you! |
bffa5e2
to
2067046
Compare
I suppose we need to add this to the recently migrated OCA/server-tools#1941 |
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.
You can squash last 4 commits by pairs.
Given that the records need to be managed in the modules that own them rather in the modules that override them, and that we also have the noupdate data xml for every module, then we left out the lines that where indicating the override of records.
db4d5f0
to
2d9eb88
Compare
UPD indicator means it's not the creation of the record, but an update of the record. So, DEL(UPD) means a deletion of that update in that module and NEW(UPD) means new update of that record in that module.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr