[ADD] theme_aviato: add new theme aviato
task-2589967 Part-of: odoo/design-themes#500
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user