mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
83ca4251c8
*: 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>
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?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&c4=o-color-4&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&c2=o-color-2&c4=o-color-4&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&c4=o-color-4&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&c2=o-color-2&c4=o-color-4&c5=o-color-5</attribute>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|