Files
design-themes/theme_bookstore/views/snippets/s_numbers_showcase.xml
T
Brieuc-brd 773ef7d1fa [IMP] theme_anelusia, *: adapt s_numbers_showcase
*: theme_artists, theme_beauty, theme_buzzy, theme_kiddo, theme_nano,
theme_orchid, theme_zap, theme_bookstore

This commit adds customizations related to s_numbers_showcase, added in
PR [1]

task-4094383
Part of task-4077427

[1]: https://github.com/odoo/odoo/pull/175746

closes odoo/design-themes#856

Related: odoo/odoo#175746
Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
2024-08-14 15:45:57 +00:00

52 lines
2.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_showcase" inherit_id="website.s_numbers_showcase">
<!-- Item #1 -->
<xpath expr="//div[hasclass('o_grid_item')]//h2" position="replace" mode="inner">
Numbers speak by themselves
</xpath>
<xpath expr="//div[hasclass('o_grid_item')]//p[hasclass('lead')]" position="replace" mode="inner">
Discover how your support and enthusiasm help us grow and succeed. Heres a look at the impact youve made on our bookstore journey.
</xpath>
<xpath expr="//div[hasclass('o_grid_item')]//p[3]" position="replace"/>
<!-- Item #2 -->
<xpath expr="(//div[hasclass('o_grid_item')])[2]" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[2]//h4" position="replace" mode="inner">
Unique references
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[2]//p[2]" position="replace" mode="inner">
Explore 12,000 unique book titles curated just for you.
</xpath>
<!-- Item #3 -->
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
98%
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h4" position="replace" mode="inner">
Happy customers
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[3]//p[2]" position="replace" mode="inner">
Join our community of thousands of happy and satisfied readers.
</xpath>
<!-- Item #4 -->
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
<attribute name="class" add="rounded" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
418
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h4" position="replace" mode="inner">
Stores around the world
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[4]//p[2]" position="replace" mode="inner">
Explore our bookstores worldwide, bringing a world of books closer to you.
</xpath>
</template>
</odoo>