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