-
-
Notifications
You must be signed in to change notification settings - Fork 697
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
[16.0][MIG] hr_recruitment: Migration scripts #4296
Conversation
/ocabot migration hr_recruitment |
The migration issue (#3681) has not been updated to reference the current pull request because a previous pull request (#3994) is not closed. |
bfc3b45
to
70d1d9d
Compare
openupgrade_scripts/scripts/hr_recruitment/16.0.1.1/noupdate_changes.xml
Outdated
Show resolved
Hide resolved
openupgrade_scripts/scripts/hr_recruitment/16.0.1.1/noupdate_changes.xml
Outdated
Show resolved
Hide resolved
98d114d
to
f70a4cc
Compare
/ocabot migration hr_recruitment |
openupgrade_scripts/scripts/hr_recruitment/16.0.1.1/post-migration.py
Outdated
Show resolved
Hide resolved
f70a4cc
to
d5a49d0
Compare
openupgrade_scripts/scripts/hr_recruitment/16.0.1.1/noupdate_changes.xml
Outdated
Show resolved
Hide resolved
openupgrade_scripts/scripts/hr_recruitment/16.0.1.1/upgrade_analysis_work.txt
Outdated
Show resolved
Hide resolved
openupgrade_scripts/scripts/hr_recruitment/16.0.1.1/upgrade_analysis_work.txt
Outdated
Show resolved
Hide resolved
d5a49d0
to
087b8d2
Compare
087b8d2
to
e9df526
Compare
Thanks for the review, I fixed accordingly. |
from openupgradelib import openupgrade | ||
|
||
translations_to_delete = [ | ||
"group_hr_recruitment_user", |
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.
The translations you have to delete are the mail template ones:
"group_hr_recruitment_user", | |
"email_template_data_applicant_congratulations", | |
"email_template_data_applicant_interest", |
As we need to move forward with dependent modules, I'm superseding this in #4333 with my latest comment attended. Thanks for the work. |
Superseeds #3994
@victoralmau I deleted the fields from the noupdate if the odoo15 template was still valid. I'm not sure this is the way to do, I can reintroduce it if needed.