mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
75d48c792d
*: anelusia, artists, aviato, beauty, bewise, bisro, bookstore, buzzy, clean, cobalt, graphene, kea, kiddo loftspace, monglia, nano, notes, odoo_experts, orchid, paptic, treehouse, vehicle, yes, zap. This commit reviews the occurrences of the `s_kickoff` snippet across design themes. task-4077609 Part of task-4077427 closes odoo/design-themes#859 Related: odoo/odoo#175614 Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
16 lines
390 B
XML
16 lines
390 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_kickoff" inherit_id="website.s_kickoff">
|
|
<!-- Paragraph -->
|
|
<xpath expr="//p" position="replace" mode="inner">
|
|
Your Love Story begins here,
|
|
</xpath>
|
|
<!-- Title -->
|
|
<xpath expr="//h1" position="replace" mode="inner">
|
|
Let's Start Planning<br/>Your Dream Day!
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|