[IMP] theme_artists, *: adapt s_attributes_horizontal

*: theme_loftspace, theme_nano, theme_orchid

This commit adapts customizations for `s_attributes_horizontal`.

task-4775848
Part of task-4252024

closes odoo/design-themes#1061

Related: odoo/odoo#208764
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Brieuc-brd
2025-05-07 14:11:36 +02:00
parent bcb3f3718a
commit 83ca4251c8
8 changed files with 87 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@
'views/snippets/s_timeline_images.xml',
'views/snippets/s_empowerment.xml',
'views/snippets/s_discovery.xml',
'views/snippets/s_attributes_horizontal.xml',
'views/snippets/s_numbers.xml',
'views/snippets/s_image_text_overlap.xml',
'views/snippets/s_company_team_basic.xml',
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_attributes_horizontal" inherit_id="website.s_attributes_horizontal">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc5" separator=" "/>
</xpath>
<!-- Images -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web_editor/shape/website/s_attributes_1.svg?c1=o-color-2&amp;c4=o-color-4&amp;c5=o-color-5</attribute>
</xpath>
<xpath expr="(//img)[2]" position="attributes">
<attribute name="src">/web_editor/shape/website/s_attributes_2.svg?c1=o-color-2&amp;c2=o-color-2&amp;c4=o-color-4&amp;c5=o-color-5</attribute>
</xpath>
<xpath expr="(//img)[3]" position="attributes">
<attribute name="src">/web_editor/shape/website/s_attributes_3.svg?c1=o-color-2&amp;c4=o-color-4&amp;c5=o-color-5</attribute>
</xpath>
<xpath expr="(//img)[4]" position="attributes">
<attribute name="src">/web_editor/shape/website/s_attributes_4.svg?c1=o-color-2&amp;c2=o-color-2&amp;c4=o-color-4&amp;c5=o-color-5</attribute>
</xpath>
</template>
</odoo>