Skip to content

Commit

Permalink
[CHG] display kanban view by default for product images
Browse files Browse the repository at this point in the history
  • Loading branch information
benwillig committed May 15, 2024
1 parent a0b26a6 commit 39d3637
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion fs_product_multi_image/views/product_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
</field>
<page name="sales" position="after">
<page name="images" string="Images">
<field name="image_ids" widget="fs_image_relation_dnd_upload">
<field
name="image_ids"
widget="fs_image_relation_dnd_upload"
mode="kanban"
>
<tree>
<field name="sequence" widget="handle" />
<field name="name" />
Expand Down

0 comments on commit 39d3637

Please sign in to comment.