Files
design-themes/theme_aviato/views/snippets/s_title.xml
T
xlu-odoo 32053e38d9 [ADD] theme_aviato: add new theme aviato
task-2589967

X-original-commit: 18d1f0a532
Part-of: odoo/design-themes#501
2021-09-24 11:09:53 +00:00

15 lines
363 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_title" inherit_id="website.s_title">
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Top Destinations
</xpath>
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc3" separator=" "/>
</xpath>
</template>
</odoo>