[MIG] web_widget_image_download: Migration to 18.0#3439
Open
Ghostdev9410 wants to merge 45 commits intoOCA:18.0from
Open
[MIG] web_widget_image_download: Migration to 18.0#3439Ghostdev9410 wants to merge 45 commits intoOCA:18.0from
Ghostdev9410 wants to merge 45 commits intoOCA:18.0from
Conversation
Contributor
|
Please, respect commit history ! |
34f2c4b to
354bddc
Compare
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Currently translated at 100.0% (1 of 1 strings) Translation: web-12.0/web-12.0-web_widget_image_download Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_image_download/zh_CN/
Currently translated at 100.0% (1 of 1 strings) Translation: web-12.0/web-12.0-web_widget_image_download Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_widget_image_download/pt/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-13.0/web-13.0-web_widget_image_download Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_image_download/
Currently translated at 100.0% (1 of 1 strings) Translation: web-13.0/web-13.0-web_widget_image_download Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_widget_image_download/es/
Currently translated at 100.0% (1 of 1 strings) Translation: web-14.0/web-14.0-web_widget_image_download Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_widget_image_download/it/
Currently translated at 100.0% (1 of 1 strings) Translation: web-15.0/web-15.0-web_widget_image_download Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_widget_image_download/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-15.0/web-15.0-web_widget_image_download Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_widget_image_download/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: web-16.0/web-16.0-web_widget_image_download Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_image_download/
354bddc to
d4fd7ab
Compare
Author
|
My apologies for the oversight regarding the commit history. As a new contributor to the OCA workflow, I missed the requirement to base the migration on the previous branch. I have corrected this by resetting the branch and reapplying the migration using "format-patch" to ensure the full history from 17.0 is preserved. |
legalsylvain
reviewed
Mar 1, 2026
Contributor
There was a problem hiding this comment.
Why deleting this icon ?
Author
There was a problem hiding this comment.
Hi Sylvain, good catch! You're absolutely right, I must have accidentally dropped the icon during the branch migration. Thanks for spotting it! I've restored the original file and pushed the fix to the PR
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.
This PR migrates the
web_widget_image_downloadmodule to Odoo 18.0.Major changes:
uiservice into the component to detect small screens.Verified and tested on a clean Odoo 18.0 instance.