[fork-CI] [19.0][MIG] report_positioned_image: Migration to 19.0#9
Draft
dnplkndll wants to merge 7 commits into
Draft
[fork-CI] [19.0][MIG] report_positioned_image: Migration to 19.0#9dnplkndll wants to merge 7 commits into
dnplkndll wants to merge 7 commits into
Conversation
Currently translated at 100.0% (30 of 30 strings) Translation: reporting-engine-18.0/reporting-engine-18.0-report_positioned_image Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-18-0/reporting-engine-18-0-report_positioned_image/it/
Signed-off-by: Don Kendall <dkendall@ledoweb.com>
- Translation calls use self.env._ (W8161 prefer-env-translation). Signed-off-by: Don Kendall <dkendall@ledoweb.com>
6eef652 to
359ea6e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Port of
report_positioned_imagefrom18.0to19.0. Follows the OCA migration guide.Non-mechanical adaptations worth flagging
self.env._(pylint-odoo W8161 prefer-env-translation).self._context→self.env.context(T03). Depreport_qweb_element_page_visibilityis already on 19.0.