[FIX] web_tree_image_tooltip: Set the correct image field in demo data.

This commit is contained in:
Víctor Martínez
2022-11-29 13:09:44 +01:00
parent 07b7590fc0
commit 6d84617752

View File

@@ -6,8 +6,8 @@
<field name="arch" type="xml">
<field name="name" position="before">
<field
name="image_small"
options="{'tooltip_image': 'image'}"
name="image_128"
options="{'tooltip_image': 'image_1920'}"
widget="image"
string="Image"
/>