-
-
Notifications
You must be signed in to change notification settings - Fork 784
[FIX] migrate categories of hr.holiday.status #350
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
[FIX] migrate categories of hr.holiday.status #350
Conversation
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.
Should this not be called openupgrade.get_legacy_name('crm_case_categ_id')?
|
Please remember also to add a PR to modify migration status on docs of the 8.0 branch. |
|
OK, I see it's already marked as done, so forget it. |
|
@StefanRijnhart done |
|
I have checked that crm_case_categ are not inserted twice, so everything seems OK 👍 |
|
👍 |
[FIX] migrate categories of hr.holiday.status
…eate [FIX] use the column._symbol-c as placeholder for the column value When generating the SQL query in the low level '_create' method from BaseModel, column._symbol-c must be used as placeholder as for the method 'set' of the column itself. Otherwise it's no more possible to define specialized column.
[ADD] openupgrade_160: fill_analytic_distribution
No description provided.