-
-
Notifications
You must be signed in to change notification settings - Fork 288
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] ir_actions_report_multi_company: Migration from Odoo 13.0 to 16.0 #706
base: 16.0
Are you sure you want to change the base?
[16.0][MIG] ir_actions_report_multi_company: Migration from Odoo 13.0 to 16.0 #706
Conversation
Also updated the translation files
1ad19cd
to
67403f1
Compare
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!
""" | ||
cr.execute(query, (model_name, self.env.companies.ids)) | ||
|
||
report_ids = [report_id for report_id, report_type in cr.fetchall()] |
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.
report_type
variable is not used. Please rename report_type
on report_type_
.
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.
@geomer198 renamed
67403f1
to
33445c2
Compare
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.
Code LGTM
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.
Functional LGTM
Functional LGTM |
The module was migrated in 13.0 by #364, this migration is on top of it.