[MIG] web_widget_image_download: Migration to 18.0#3439
Conversation
|
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
|
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. |
There was a problem hiding this comment.
Why deleting this icon ?
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
sergiocorato
left a comment
There was a problem hiding this comment.
Please merge the added commit for the icon in the previous one.
Also, if pre-commit had generated changes before the migration, put them in a dedicated commit (see https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-18.0)
|
Please close this PR as the module is already migrated in #3046 |
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.