mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
32053e38d9
task-2589967
X-original-commit: 18d1f0a532
Part-of: odoo/design-themes#501
17 lines
421 B
XML
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>
|