Skip to content

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
26 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
Contributor

@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
Contributor

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
Contributor

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>

from odoo.addons.base.tests.common import BaseCommon
from odoo.addons.fs_image.fields import FSImageValue


Choose a reason for hiding this comment

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

Suggested change
@odoo.tests.tagged("post_install", "-at_install")

Hi @rousseldenis, can you add the following code? Using the BaseCommon class and not moving it to post_install could result in tests of modules that depend on this PR failing like this: https://github.com/xaviedoanhduy/storage/actions/runs/14566155548/job/40855697358

Copy link
Contributor

@kobros-tech kobros-tech left a comment

Choose a reason for hiding this comment

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

there is a conflict, I would solve it if you are busy and don't mind?

@lmignon
Copy link
Contributor

lmignon commented Aug 19, 2025

ping @rousseldenis

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.