-
-
Notifications
You must be signed in to change notification settings - Fork 699
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][OU-ADD] hr_contract #3912
Conversation
Most of the changes are managed by the migration script of hr module. Load the noupdate_changes file.
/ocabot migration hr_contract |
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.
Looks good
This PR has the |
merge? |
I think that it will be merge when dependencies will be scripted and merged. |
@legalsylvain I think this is not blocked by dependency anymore, since the merge of module |
|
||
@openupgrade.migrate() | ||
def migrate(env, version): | ||
openupgrade.load_data(env.cr, "hr_contract", "16.0.1.0/noupdate_changes.xml") |
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.
Analyzing noupdate_changes.xml file, the group_hr_contract_manager
is being modified through (4, id)
, which means that the previous content is kept, and we don't want this, so you should add first a (5, )
command for erasing current content.
Superseded by #4336 for adding the missing piece. |
Most of the changes are managed by the migration script of hr module. Load the noupdate_changes file.