Files
design-themes/theme_real_estate/views/snippets/s_title.xml
T
Antoine (anso) 1201131f28 [IMP] theme_real_estate: theme improvement
Revamp of `theme_real_estate`

task-4178611

closes odoo/design-themes#906

Signed-off-by: Outagant Mehdi (mou) <mou@odoo.com>
2024-09-26 08:40:53 +00:00

21 lines
765 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_title" inherit_id="website.s_title">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt120 pb120 o_cc o_cc4" remove="pt40 pb40" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Airy/07','showOnMobile':true}</attribute>
</xpath>
<!-- Shape -->
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Airy_07" style="background-image: url('/web_editor/shape/web_editor/Airy/07.svg"/>
</xpath>
<!-- Title -->
<xpath expr="//h2" position="replace" mode="inner">
Where every house becomes a home.
</xpath>
</template>
</odoo>