-
-
Notifications
You must be signed in to change notification settings - Fork 785
[16.0][OU-ADD] sale_timesheet: Migration scripts #4020
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] sale_timesheet: Migration scripts #4020
Conversation
|
/ocabot migration sale_timesheet Depends on :
|
15da636 to
a5490bf
Compare
a5490bf to
41a00dd
Compare
robinkeunen
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.
👍
remytms
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.
LGTM. Maybe commit and title of PR should be renamed to:
[OU-ADD] sale_timesheet: done
As there is something that done.
|
This PR has the |
remi-filament
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.
Thank you for this PR @hoangtiendung070797
I think the PR name and commit messages are misleading as you are not doing nothing in this PR !
Best Regards,
|
|
||
| @openupgrade.migrate() | ||
| def migrate(env, version): | ||
| _update_account_analytic_line_timesheet_invoice_type(env) |
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.
Hi @hoangtiendung070797
as per #4313 you may want to also drop view project_profitability_report :
| _update_account_analytic_line_timesheet_invoice_type(env) | |
| _update_account_analytic_line_timesheet_invoice_type(env) | |
| # Remove SQL view project_profitability_report not used anymore in Odoo v16.0 | |
| openupgrade.logged_query( | |
| env.cr, "DROP VIEW IF EXISTS project_profitability_report CASCADE" | |
| ) |
|
Superseded by #4345 |
No description provided.