[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
+16
View File
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_popup" inherit_id="website.s_popup">
<xpath expr="//h2" position="replace" mode="inner">
Win 200$
</xpath>
<xpath expr="//p" position="replace" mode="inner">
Check out now and get $200 off your first booking.
</xpath>
<xpath expr="//a" position="replace" mode="inner">
Travel Now
</xpath>
</template>
</odoo>