mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_artists, *: adapt s_tabs_images
*: theme_bistro, theme_buzzy, theme_nano, theme_notes, theme_treehouse, theme_zap This commit adapts customizations for `s_tabs_images`. task-4094407 Part of task-4077427 closes odoo/design-themes#1001 Related: odoo/odoo#185642 Related: odoo/upgrade#6691 Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
'views/snippets/s_numbers_showcase.xml',
|
||||
'views/snippets/s_key_benefits.xml',
|
||||
'views/snippets/s_striped_center_top.xml',
|
||||
'views/snippets/s_tabs_images.xml',
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_tabs_images" inherit_id="website.s_tabs_images">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc o_cc5" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user