Files
design-themes/theme_real_estate/views/snippets/s_numbers.xml
T
xlu-odoo b10cfcc82b [IMP] theme_real_estate: update the theme
This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2551125

X-original-commit: 42638dcf22
Part-of: odoo/design-themes#501
2021-09-24 11:09:51 +00:00

40 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers" inherit_id="website.s_numbers">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc1 pt32 pb56" remove="o_cc2 pt24 pb24" separator=" "/>
</xpath>
<!-- Column #01 -->
<xpath expr="//div[hasclass('col-lg-3')][1]/h6" position="replace" mode="inner">
properties already sold
</xpath>
<xpath expr="//div[hasclass('col-lg-3')][1]/span" position="replace" mode="inner">
14,000
</xpath>
<!-- Column #02 -->
<xpath expr="//div[hasclass('col-lg-3')][2]/span" position="replace" mode="inner">
97%
</xpath>
<xpath expr="//div[hasclass('col-lg-3')][2]/h6" position="replace" mode="inner">
happy customers
</xpath>
<!-- Column #03 -->
<xpath expr="//div[hasclass('col-lg-3')][3]/span" position="replace" mode="inner">
142
</xpath>
<xpath expr="//div[hasclass('col-lg-3')][3]/h6" position="replace" mode="inner">
amazing agents
</xpath>
<!-- Column #04 -->
<xpath expr="//div[hasclass('col-lg-3')][4]/span" position="replace" mode="inner">
100+
</xpath>
<xpath expr="//div[hasclass('col-lg-3')][4]/h6" position="replace" mode="inner">
offices
</xpath>
</template>
</odoo>