Files
Brieuc-brd c75a090759 [IMP] theme_buzzy: adapt s_timeline
This commit adapts the s_timeline customizations since this snippet has
been redesigned in PR [1].

task-3657763
Part of task-3619705

[1]: https://github.com/odoo/odoo/pull/172720

closes odoo/design-themes#845

Related: odoo/odoo#172720
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
2024-08-05 15:34:06 +00:00

12 lines
277 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_timeline" inherit_id="website.s_timeline">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc2" separator=" "/>
</xpath>
</template>
</odoo>