mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
dff50a4a87
task-4178017 Part of task-4177975 Part-of: odoo/design-themes#969 Related: odoo/odoo#182029 Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
15 lines
413 B
XML
15 lines
413 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_title" inherit_id="website.s_title">
|
|
<!-- Title -->
|
|
<xpath expr="//h2" position="replace">
|
|
<h2 class="text-align: left;">Top Destinations</h2>
|
|
</xpath>
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc2 pt72 pb0" remove="pb40 pt40" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|