Files
design-themes/theme_notes/views/snippets/s_quotes_carousel_compact.xml
T
Brieuc-brd b2beaaffa0 [IMP] theme_anelusia, *: adapt s_quotes_carousel_compact
*: theme_artists, theme_clean, theme_enark, theme_loftspace, theme_nano,
theme_notes

This commit adapts customizations for `s_quotes_carousel_compact`.

task-4174008
Part of task-4077427

closes odoo/design-themes#993

Related: odoo/odoo#184670
Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
2025-04-19 10:09:41 +00:00

20 lines
841 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_quotes_carousel_compact" inherit_id="website.s_quotes_carousel_compact">
<xpath expr="//div[hasclass('s_quotes_carousel_compact')]" position="attributes">
<attribute name="class" remove="o_cc2 carousel-dark" add="o_cc3" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('carousel-item')]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc3" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[2]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc3" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[3]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc3" separator=" "/>
</xpath>
</template>
</odoo>