Files
design-themes/theme_beauty/views/snippets/s_masonry_block.xml
T
qsm-odoo f3d88b9516 [IMP] theme_*: explode masonry snippet
See community commit for details

Note: this also fixes avantgarde svg/screenshot at the same time: we
remove the s_masonry_block but add the missing carousel.

(image contribution by MANO)

closes odoo/design-themes#1020

Related: odoo/odoo#183755
Related: odoo/upgrade#6642
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
Co-authored-by: mano-odoo <mano@odoo.com>
2024-12-17 15:13:01 +00:00

15 lines
506 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_masonry_block_mosaic_template" inherit_id="website.s_masonry_block_mosaic_template">
<xpath expr="//img" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
<attribute name="src">/web/image/website.s_text_image_default_image</attribute>
</xpath>
<xpath expr="(//img)[2]" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
</template>
</odoo>