mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt themes with new s_sidegrid snippet
*: (anelusia, artists, aviato, beauty, bewise, bistro, bookstore, enark, graphene, kiddo, loftspace, monglia, notes, real_estate, vehicle, yes, zap) This commit adapts the design of new `s_sidegrid` snippet for multiple themes. task-4077589 closes odoo/design-themes#853 Related: odoo/odoo#175616 Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
'views/snippets/s_text_cover.xml',
|
||||
'views/snippets/s_color_blocks_2.xml',
|
||||
'views/snippets/s_company_team_shapes.xml',
|
||||
'views/snippets/s_sidegrid.xml',
|
||||
'views/snippets/s_references.xml',
|
||||
'views/snippets/s_call_to_action.xml',
|
||||
'views/snippets/s_comparisons.xml',
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_text_image_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_banner_default_image_2</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_banner_default_image</attribute>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Unleash your potential
|
||||
</xpath>
|
||||
<!-- Lead -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -21,6 +21,7 @@
|
||||
'views/snippets/s_title.xml',
|
||||
'views/snippets/s_image_gallery.xml',
|
||||
'views/snippets/s_image_punchy.xml',
|
||||
'views/snippets/s_sidegrid.xml',
|
||||
'views/snippets/s_banner.xml',
|
||||
'views/snippets/s_cover.xml',
|
||||
'views/snippets/s_features.xml',
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_text_image_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_banner_default_image_2</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_banner_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[4]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -15,6 +15,7 @@
|
||||
'views/snippets/s_cover.xml',
|
||||
'views/snippets/s_striped_top.xml',
|
||||
'views/snippets/s_features.xml',
|
||||
'views/snippets/s_sidegrid.xml',
|
||||
'views/snippets/s_image_text.xml',
|
||||
'views/snippets/s_freegrid.xml',
|
||||
'views/snippets/s_image_title.xml',
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_text_image_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_banner_default_image_2</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_banner_default_image</attribute>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Experience the real travel experience
|
||||
</xpath>
|
||||
<!-- Lead -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Traveling lets you explore new cultures and places while discovering more about yourself. It's a chance to connect with others and create lasting memories.
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -19,6 +19,7 @@
|
||||
'views/snippets/s_company_team.xml',
|
||||
'views/snippets/s_freegrid.xml',
|
||||
'views/snippets/s_call_to_action.xml',
|
||||
'views/snippets/s_sidegrid.xml',
|
||||
'views/snippets/s_product_list.xml',
|
||||
'views/snippets/s_banner.xml',
|
||||
'views/snippets/s_image_text.xml',
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_text_image_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_banner_default_image_2</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_banner_default_image</attribute>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -398,6 +398,20 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== SIDEGRID ======== -->
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_text_image_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_banner_default_image_2</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_banner_default_image</attribute>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== CAROUSEL ======== -->
|
||||
<template id="s_carousel" inherit_id="website.s_carousel" name="Be Wise s_carousel">
|
||||
<xpath expr="(//div[hasclass('carousel-item')])[2]" position="attributes">
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
'views/snippets/s_freegrid.xml',
|
||||
'views/snippets/s_image_punchy.xml',
|
||||
'views/snippets/s_image_title.xml',
|
||||
'views/snippets/s_sidegrid.xml',
|
||||
'views/snippets/s_media_list.xml',
|
||||
'views/snippets/s_features_wall.xml',
|
||||
'views/snippets/s_numbers.xml',
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_text_image_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_banner_default_image_2</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_banner_default_image</attribute>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -19,6 +19,7 @@
|
||||
'views/snippets/s_text_image.xml',
|
||||
'views/snippets/s_product_list.xml',
|
||||
'views/snippets/s_call_to_action.xml',
|
||||
'views/snippets/s_sidegrid.xml',
|
||||
'views/snippets/s_cover.xml',
|
||||
'views/snippets/s_image_text.xml',
|
||||
'views/snippets/s_image_title.xml',
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_text_image_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_banner_default_image_2</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_banner_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[4]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -21,6 +21,7 @@
|
||||
'views/snippets/s_picture.xml',
|
||||
'views/snippets/s_pricelist_boxed.xml',
|
||||
'views/snippets/s_freegrid.xml',
|
||||
'views/snippets/s_sidegrid.xml',
|
||||
'views/snippets/s_media_list.xml',
|
||||
'views/snippets/s_call_to_action.xml',
|
||||
'views/snippets/s_parallax.xml',
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[4]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -206,6 +206,23 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== SIDEGRID ======== -->
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[4]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== COMPARISON ======== -->
|
||||
<template id="s_comparisons" inherit_id="website.s_comparisons" name="Graphene s_comparisons">
|
||||
<xpath expr="//section" position="attributes">
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
'views/snippets/s_call_to_action.xml',
|
||||
'views/snippets/s_freegrid.xml',
|
||||
'views/snippets/s_company_team_shapes.xml',
|
||||
'views/snippets/s_sidegrid.xml',
|
||||
'views/snippets/s_cover.xml',
|
||||
'views/snippets/s_three_columns.xml',
|
||||
'views/snippets/s_features_wall.xml',
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="src">/web/image/website.library_image_13</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="src">/web/image/website.library_image_11</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_banner_default_image</attribute>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
A little place of paradise
|
||||
</xpath>
|
||||
<!-- Lead -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
The countryside nursery since 2002.<br/>A truly unique service in a highly secure and tranquil setting.
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -18,6 +18,7 @@
|
||||
'views/snippets/s_title.xml',
|
||||
'views/snippets/s_three_columns.xml',
|
||||
'views/snippets/s_call_to_action.xml',
|
||||
'views/snippets/s_sidegrid.xml',
|
||||
'views/snippets/s_image_gallery.xml',
|
||||
'views/snippets/s_freegrid.xml',
|
||||
'views/snippets/s_banner.xml',
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_text_image_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_banner_default_image_2</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_banner_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[4]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -77,6 +77,26 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== SIDEGRID ======== -->
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_text_image_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_banner_default_image_2</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_banner_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[4]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== MEDIA LIST ======== -->
|
||||
<template id="s_media_list" inherit_id="website.s_media_list" name="Monglia s_media_list">
|
||||
<xpath expr="//div[hasclass('container')]/div/div[1]//h3" position="replace" mode="inner">
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
'views/snippets/s_image_gallery.xml',
|
||||
'views/snippets/s_call_to_action.xml',
|
||||
'views/snippets/s_features_wall.xml',
|
||||
'views/snippets/s_sidegrid.xml',
|
||||
'views/snippets/s_features_grid.xml',
|
||||
'views/snippets/s_product_list.xml',
|
||||
'views/snippets/s_parallax.xml',
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_text_image_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_banner_default_image_2</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
<attribute name="src">/web/image/website.s_banner_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[4]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -18,6 +18,7 @@
|
||||
'views/snippets/s_image_text.xml',
|
||||
'views/snippets/s_image_title.xml',
|
||||
'views/snippets/s_text_image.xml',
|
||||
'views/snippets/s_sidegrid.xml',
|
||||
'views/snippets/s_three_columns.xml',
|
||||
'views/snippets/s_quotes_carousel.xml',
|
||||
'views/snippets/s_freegrid.xml',
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[4]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -247,6 +247,23 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== SIDEGRID ======== -->
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[4]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== THREE COLUMNS ======== -->
|
||||
<template id="s_three_columns" inherit_id="website.s_three_columns">
|
||||
<!-- Section -->
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
'views/snippets/s_banner.xml',
|
||||
'views/snippets/s_striped_top.xml',
|
||||
'views/snippets/s_call_to_action.xml',
|
||||
'views/snippets/s_sidegrid.xml',
|
||||
'views/snippets/s_carousel.xml',
|
||||
'views/snippets/s_company_team.xml',
|
||||
'views/snippets/s_cover.xml',
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_text_image_default_image</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_banner_default_image_2</attribute>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_banner_default_image</attribute>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Experience a lovely wedding experience
|
||||
</xpath>
|
||||
<!-- Lead -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
A lovely wedding is a joyful celebration of love, marked by touching vows, beautiful decor, and happy faces, creating unforgettable memories.
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -15,6 +15,7 @@
|
||||
'views/snippets/s_banner.xml',
|
||||
'views/snippets/s_striped_top.xml',
|
||||
'views/snippets/s_call_to_action.xml',
|
||||
'views/snippets/s_sidegrid.xml',
|
||||
'views/snippets/s_color_blocks_2.xml',
|
||||
'views/snippets/s_cover.xml',
|
||||
'views/snippets/s_features.xml',
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_sidegrid" inherit_id="website.s_sidegrid">
|
||||
<!-- Images -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[2]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[3]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="(//img)[4]" position="attributes">
|
||||
<attribute name="class" remove="rounded" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user