[IMP] theme_*: adapt s_references_social

task-4146797

Part-of: odoo/design-themes#919
Related: odoo/odoo#180736
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
mano-odoo
2024-08-29 17:52:08 +02:00
committed by qsm-odoo
parent 2c8892ab4d
commit 297eb898a5
12 changed files with 120 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@
'views/snippets/s_media_list.xml',
'views/snippets/s_freegrid.xml',
'views/snippets/s_references.xml',
'views/snippets/s_references_social.xml',
'views/snippets/s_motto.xml',
'views/snippets/s_color_blocks_2.xml',
'views/snippets/s_features_wall.xml',
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_references_social" inherit_id="website.s_references_social">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc2" remove="o_cc1" separator=" "/>
</xpath>
</template>
</odoo>