Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions theme_anelusia/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
'views/snippets/s_three_columns.xml',
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_quotes_carousel_minimal.xml',
'views/snippets/s_quotes_carousel_compact.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_image_hexagonal.xml',
'views/snippets/s_numbers_showcase.xml',
Expand Down
19 changes: 19 additions & 0 deletions theme_anelusia/views/snippets/s_quotes_carousel_compact.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?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_cc5" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('carousel-item')]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[2]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[3]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
</template>

</odoo>
1 change: 1 addition & 0 deletions theme_artists/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
'views/snippets/s_product_catalog.xml',
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_quotes_carousel_minimal.xml',
'views/snippets/s_quotes_carousel_compact.xml',
'views/snippets/s_comparisons.xml',
'views/snippets/s_freegrid.xml',
'views/snippets/s_company_team.xml',
Expand Down
19 changes: 19 additions & 0 deletions theme_artists/views/snippets/s_quotes_carousel_compact.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?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_cc5" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('carousel-item')]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[2]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[3]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
</template>

</odoo>
1 change: 1 addition & 0 deletions theme_clean/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'views/snippets/s_comparisons.xml',
'views/snippets/s_product_catalog.xml',
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_quotes_carousel_compact.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_key_benefits.xml',
Expand Down
20 changes: 20 additions & 0 deletions theme_clean/views/snippets/s_quotes_carousel_compact.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_quotes_carousel_compact" inherit_id="website.s_quotes_carousel_compact">
<!-- Section -->
<xpath expr="//div[hasclass('s_quotes_carousel_compact')]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2 carousel-dark" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('carousel-item')]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc4" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[2]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc4" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[3]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc4" separator=" "/>
</xpath>
</template>

</odoo>
1 change: 1 addition & 0 deletions theme_enark/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'views/snippets/s_title.xml',
'views/snippets/s_picture.xml',
'views/snippets/s_quotes_carousel_minimal.xml',
'views/snippets/s_quotes_carousel_compact.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/snippets/s_freegrid.xml',
'views/snippets/s_sidegrid.xml',
Expand Down
19 changes: 19 additions & 0 deletions theme_enark/views/snippets/s_quotes_carousel_compact.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?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_cc5" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('carousel-item')]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[2]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[3]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
</template>

</odoo>
1 change: 1 addition & 0 deletions theme_loftspace/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'views/snippets/s_comparisons.xml',
'views/snippets/s_product_catalog.xml',
'views/snippets/s_quotes_carousel_minimal.xml',
'views/snippets/s_quotes_carousel_compact.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/snippets/s_carousel.xml',
Expand Down
19 changes: 19 additions & 0 deletions theme_loftspace/views/snippets/s_quotes_carousel_compact.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?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_cc5" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('carousel-item')]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[2]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[3]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
</template>

</odoo>
1 change: 1 addition & 0 deletions theme_nano/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
'views/snippets/s_company_team_grid.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_quadrant.xml',
'views/snippets/s_quotes_carousel_compact.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_key_benefits.xml',
'views/snippets/s_striped_center_top.xml',
Expand Down
19 changes: 19 additions & 0 deletions theme_nano/views/snippets/s_quotes_carousel_compact.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?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_cc5" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('carousel-item')]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[2]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('carousel-item')])[3]" position="attributes">
<attribute name="class" remove="o_cc2" add="o_cc5" separator=" "/>
</xpath>
</template>

</odoo>
1 change: 1 addition & 0 deletions theme_notes/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
'views/snippets/s_comparisons.xml',
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_quotes_carousel_minimal.xml',
'views/snippets/s_quotes_carousel_compact.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/snippets/s_pricelist_boxed.xml',
Expand Down
19 changes: 19 additions & 0 deletions theme_notes/views/snippets/s_quotes_carousel_compact.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?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>