mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
8eaa7e913b
*: 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>
12 lines
283 B
XML
12 lines
283 B
XML
<?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>
|