-
-
Notifications
You must be signed in to change notification settings - Fork 784
[16.0][OU-ADD] project: migration script #4289
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
Conversation
4788003 to
a5a03da
Compare
c358606 to
b785e86
Compare
|
I don't remember if I should modify the file |
|
Yes if something shouldn't be imported, but commenting the lines. |
|
/ocabot migration project |
pedrobaeza
left a comment
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.
Delete translations for noupdate=1 records.
openupgrade_scripts/scripts/project/16.0.1.2/upgrade_analysis_work.txt
Outdated
Show resolved
Hide resolved
|
|
||
| project / project.task / is_blocked (boolean) : NEW isfunction: function, stored | ||
| project / project.task / milestone_id (many2one) : NEW relation: project.milestone, hasdefault: compute | ||
| # TODO (speed improvement): pre-migration: pre-compute value for new computed fields |
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.
Is this going to be 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.
No, I'm not going to do this. I focus on getting something that works.
|
I will work on this tomorrow. :) |
b785e86 to
26daeaf
Compare
| pad_project / project.project / description_pad (char) : DEL | ||
| pad_project / project.project / use_pads (boolean) : DEL | ||
| pad_project / project.task / description_pad (char) : DEL | ||
| # TODO: Module pad_project has been removed |
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.
@pedrobaeza I'm not sure what to do with this. Should I rename the table with a legacy name to ensure that data are not deleted ? Or should I just do nothing ?
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.
I would say "Nothing to do", as the content is dumped on save to the description fields, and the collaboration comes now from web editor itself.
26daeaf to
32ad4a2
Compare
007f10e to
c21d9f8
Compare
c21d9f8 to
a86c42d
Compare
Cortesy @SonCrits
Replace #3989
Speed improvements can be done by computing some new computed fields via SQL request. But I will not do that in this PR. As it is not mandatory.