-
-
Notifications
You must be signed in to change notification settings - Fork 165
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
base: 18.0
Are you sure you want to change the base?
Conversation
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/
11674c7
to
a4c96d1
Compare
/ocabot migration fs_base_multi_image |
There was a problem hiding this 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)
There was a problem hiding this 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" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<field name="view_mode">tree,form</field> | |
<field name="view_mode">list,form</field> |
Depends on: