mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
21bc9a1106
task-4094366 Part of task-4077427 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
17 lines
617 B
XML
17 lines
617 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
|
<!-- Title -->
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
|
Floral arrangements
|
|
</xpath>
|
|
<!-- Paragraphs -->
|
|
<xpath expr="//p" position="replace" mode="inner">
|
|
Discover our exquisite floral arrangements for any occasion. From vibrant bouquets to elegant centerpieces, we craft each design with care, using fresh, beautiful flowers to brighten your day and celebrate life's moments.
|
|
</xpath>
|
|
<xpath expr="//p[2]" position="replace"/>
|
|
</template>
|
|
|
|
</odoo>
|