Skip to content

Commit e3fc061

Browse files
committed
[REM] website: remove obsolete s_features templates across themes
The goal of this commit is to remove some obsolete templates of the `s_features` snippet across design themes, due to changes in the redesign that invalidate the need of modifying these specific elements. task-3657631 closes #826 Related: odoo/odoo#163577 Signed-off-by: Benoit Socias (bso) <[email protected]>
1 parent 88c8ec0 commit e3fc061

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

theme_buzzy/views/new_page_template.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@
6666
<xpath expr="//div[hasclass('o_we_shape')]" position="replace"/>
6767
</template>
6868

69-
<template id="new_page_template_s_features" inherit_id="website.new_page_template_s_features">
70-
<xpath expr="//div[hasclass('row')]//div[3]//i" position="attributes">
71-
<attribute name="class" add="bg-o-color-2" remove="bg-o-color-3" separator=" "/>
72-
</xpath>
73-
</template>
74-
7569
<template id="new_page_template_s_product_catalog" inherit_id="website.new_page_template_s_product_catalog">
7670
<!-- Remove shape option -->
7771
<xpath expr="//section" position="attributes">

theme_loftspace/__manifest__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
'views/snippets/s_image_text.xml',
2222
'views/snippets/s_numbers.xml',
2323
'views/snippets/s_color_blocks_2.xml',
24-
'views/snippets/s_features.xml',
2524
'views/snippets/s_media_list.xml',
2625
'views/snippets/s_features_grid.xml',
2726
'views/snippets/s_comparisons.xml',

theme_loftspace/views/snippets/s_features.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)