Files
design-themes/theme_aviato/views/snippets/s_popup.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

17 lines
421 B
XML

<?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>