[FIX] theme_anelusia: s_product_list broken img

Since PR #641, the url of item 4 was broken.

This commit fixes this issue.

closes odoo/design-themes#689

Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Brieuc-brd
2023-08-17 12:08:43 +00:00
parent 3b01e534a6
commit 684a824668
@@ -36,7 +36,7 @@
</xpath>
<!-- Item #4 - Img -->
<xpath expr="(//img)[4]" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_product_list_default_image_4/web_editor/geometric/geo_square_1g</attribute>
<attribute name="src">/web_editor/image_shape/website.s_product_list_default_image_4/web_editor/geometric/geo_square_1.svg</attribute>
<attribute name="data-shape">web_editor/geometric/geo_square_1</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">s_product_4.svg</attribute>