Skip to content
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

[18.0][MIG] fs_base_multi_image #447

Open
wants to merge 38 commits into
base: 18.0
Choose a base branch
from

Conversation

rousseldenis
Copy link
Contributor

lmignon and others added 30 commits February 19, 2025 16:43
Currently translated at 100.0% (25 of 25 strings)

Translation: storage-16.0/storage-16.0-fs_base_multi_image
Translate-URL: https://translation.odoo-community.org/projects/storage-16-0/storage-16-0-fs_base_multi_image/es/
Currently translated at 100.0% (25 of 25 strings)

Translation: storage-16.0/storage-16.0-fs_base_multi_image
Translate-URL: https://translation.odoo-community.org/projects/storage-16-0/storage-16-0-fs_base_multi_image/it/
…th same label for image/image_1920 and image_medium/image_128 for product.template and product.product
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: storage-16.0/storage-16.0-fs_base_multi_image
Translate-URL: https://translation.odoo-community.org/projects/storage-16-0/storage-16-0-fs_base_multi_image/
Currently translated at 100.0% (26 of 26 strings)

Translation: storage-16.0/storage-16.0-fs_base_multi_image
Translate-URL: https://translation.odoo-community.org/projects/storage-16-0/storage-16-0-fs_base_multi_image/it/
…ger the inverse method, which results in a ValueError
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: storage-16.0/storage-16.0-fs_base_multi_image
Translate-URL: https://translation.odoo-community.org/projects/storage-16-0/storage-16-0-fs_base_multi_image/
Currently translated at 100.0% (32 of 32 strings)

Translation: storage-16.0/storage-16.0-fs_base_multi_image
Translate-URL: https://translation.odoo-community.org/projects/storage-16-0/storage-16-0-fs_base_multi_image/es/
Currently translated at 100.0% (32 of 32 strings)

Translation: storage-16.0/storage-16.0-fs_base_multi_image
Translate-URL: https://translation.odoo-community.org/projects/storage-16-0/storage-16-0-fs_base_multi_image/it/
Currently translated at 62.5% (20 of 32 strings)

Translation: storage-16.0/storage-16.0-fs_base_multi_image
Translate-URL: https://translation.odoo-community.org/projects/storage-16-0/storage-16-0-fs_base_multi_image/fr/
Currently translated at 75.0% (24 of 32 strings)

Translation: storage-16.0/storage-16.0-fs_base_multi_image
Translate-URL: https://translation.odoo-community.org/projects/storage-16-0/storage-16-0-fs_base_multi_image/fr/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: storage-17.0/storage-17.0-fs_base_multi_image
Translate-URL: https://translation.odoo-community.org/projects/storage-17-0/storage-17-0-fs_base_multi_image/
Currently translated at 100.0% (33 of 33 strings)

Translation: storage-17.0/storage-17.0-fs_base_multi_image
Translate-URL: https://translation.odoo-community.org/projects/storage-17-0/storage-17-0-fs_base_multi_image/it/
@lmignon
Copy link
Contributor

lmignon commented Feb 24, 2025

/ocabot migration fs_base_multi_image

@OCA-git-bot OCA-git-bot added this to the 18.0 milestone Feb 24, 2025
@OCA-git-bot OCA-git-bot mentioned this pull request Feb 24, 2025
21 tasks
Copy link
Contributor

@lmignon lmignon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (Code review + diff with 16.0 and functional via #449)

Copy link

@youring youring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To make kanban image draggable, thus allow easily change the main image

<field name="arch" type="xml">
<kanban>
<field name="image" />
<field name="sequence" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<field name="sequence" />
<field name="sequence" widget="handle" />

<record model="ir.actions.act_window" id="fs_image_act_window">
<field name="name">Fs Image</field>
<field name="res_model">fs.image</field>
<field name="view_mode">tree,form</field>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<field name="view_mode">tree,form</field>
<field name="view_mode">list,form</field>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants