[IMP] theme_*: adapt s_shape_image

task-4094366
Part of task-4077427

Part-of: odoo/design-themes#919
Related: odoo/odoo#180736
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-08-26 09:11:04 +02:00
committed by qsm-odoo
parent 1ae012f908
commit 21bc9a1106
70 changed files with 399 additions and 1 deletions
+9
View File
@@ -559,4 +559,13 @@
</xpath>
</template>
<!-- ======== SHAPE IMAGE ======== -->
<template id="s_shape_image" inherit_id="website.s_shape_image">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_colored_level o_cc o_cc3" separator=" "/>
</xpath>
</template>
</odoo>