mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_tree_image_tooltip: Set the correct image field in demo data.
This commit is contained in:
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user