3
0
Fork 0

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

15.0-ocabot-merge-pr-2789-by-pedrobaeza-bump-patch
Víctor Martínez 2022-11-29 13:09:44 +01:00
parent 07b7590fc0
commit 6d84617752
1 changed files with 2 additions and 2 deletions

View File

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