[ADD] theme_aviato: add new theme aviato

task-2589967

Part-of: odoo/design-themes#500
This commit is contained in:
xlu-odoo
2021-05-28 08:06:34 +00:00
committed by qsm-odoo
parent 041922b9ee
commit 18d1f0a532
68 changed files with 745 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<?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>