[IMP] theme_anelusia, *: s_product_catalog adaptations

*: theme_artists, theme_avantgarde, theme_beauty, theme_bewise,
theme_bistro, theme_bookstore, theme_buzzy, theme_clean, theme_kiddo,
theme_loftspace, theme_notes, theme_odoo_experts, theme_orchid,
theme_paptic

This commit adapts the s_product_catalog customizations since this
snippet has been redesigned in PR [1].

task-3665307
Part of task-3619705

[1]:https://github.com/odoo/odoo/pull/173507

closes odoo/design-themes#833

Related: odoo/odoo#173507
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
This commit is contained in:
Brieuc-brd
2024-07-17 13:12:49 +02:00
parent 24fb7e0ed1
commit 0211b2367d
15 changed files with 45 additions and 36 deletions
@@ -4,13 +4,13 @@
<template id="s_product_catalog" inherit_id="website.s_product_catalog">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc4 pb88 pt88" remove="pb32 pt48" separator=" "/>
<attribute name="class" add="o_cc o_cc4 pb88 pt88" remove="pb64 pt64" separator=" "/>
<attribute name="data-oe-shape-data">{"shape":"web_editor/Airy/07","flip":[]}</attribute>
<!-- Enable SVG dynamic color functionality -->
<attribute name="style">background-image: url('/web_editor/shape/theme_buzzy/s_product_catalog.svg?c1=o-color-1'); background-position: 50% 0%;</attribute>
</xpath>
<!-- Shape -->
<xpath expr="//section/*" position="before">
<xpath expr="//div[hasclass('o_we_bg_filter')]" position="replace">
<div class="o_we_shape o_web_editor_Airy_07"/>
</xpath>
</template>