Files
design-themes/theme_treehouse/views/snippets/s_numbers_list.xml
T
Chrysanthe (chgo) 376ab972ea [IMP] theme_*: improve SEO by correcting heading tag hierarchy
* anelusia, artists, avantgarde, aviato, beauty, bewise, bistro,
bookstore, buzzy, clean, cobalt, enark, graphene, kea, kiddo, loftspace,
monglia, nano, notes, odoo_experts, orchid, paptic, real estate,
treehouse, vehicle, yes, zap

This commit adapts all the `xpath` expressions inside design themes to
target the new heading tags that were changed within the snippet files.

task-4349019

closes odoo/design-themes#1043

Related: odoo/odoo#191300
Related: odoo/enterprise#92978
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2025-09-08 18:27:03 +00:00

46 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_list" inherit_id="website.s_numbers_list">
<!-- Layout -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc1" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h2" position="replace" mode="inner">
Key milestones in our environmental impact
</xpath>
<!-- Paragraph -->
<xpath expr="//p" position="replace" mode="inner">
<br/>
From carbon footprint reduction to renewable energy adoption and biodiversity preservation, our key milestones reflect our commitment to creating a sustainable future for all.
</xpath>
<!-- Numbers -->
<xpath expr="(//p)[2]" position="replace" mode="inner">
<span class="h2-fs">45%</span><br/>
Reduction in carbon emissions
</xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner">
<span class="h2-fs">85%</span><br/>
Waste diversion rate
</xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner">
<span class="h2-fs">60%</span><br/>
Renewable Energy usage
</xpath>
<xpath expr="(//p)[5]" position="replace" mode="inner">
<span class="h2-fs">2 Million</span><br/>
Trees Planted
</xpath>
<xpath expr="(//p)[6]" position="replace" mode="inner">
<span class="h2-fs">1.2 Billion</span><br/>
Liters of water saved
</xpath>
<xpath expr="(//p)[7]" position="replace" mode="inner">
<span class="h2-fs">500,000</span><br/>
Tons of materials recycled
</xpath>
</template>
</odoo>