[IMP] theme_anelusia, *: adapt s_pricelist_boxed

*: theme_anelusia, theme_artists, theme_avantgarde, theme_beauty,
theme_bewise, theme_bistro, theme_bookstore, theme_buzzy, theme_clean,
theme_cobalt, theme_enark, theme_graphene, theme_kea, theme_kiddo,
theme_loftspace, theme_monglia, theme_nano, theme_notes,
theme_odoo_experts, theme_orchid, theme_paptic, theme_real_estate,
theme_treehouse, theme_vehicle, theme_yes, theme_zap

This commit adds customizations related to s_numbers_showcase, added in
https://github.com/odoo/odoo/pull/176145

task-4094410
Part of task-4077427

closes odoo/design-themes#858

Related: odoo/odoo#176145
Signed-off-by: Benoit Socias (bso) <bso@odoo.com>
This commit is contained in:
Brieuc-brd
2024-08-07 19:19:28 +02:00
parent f66833de41
commit 0a5673bd37
65 changed files with 2136 additions and 0 deletions
@@ -0,0 +1,88 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_pricelist_boxed" inherit_id="website.s_pricelist_boxed">
<!-- Layout -->
<xpath expr="//section" position="attributes">
<attribute name="data-scroll-background-ratio"/>
<attribute name="class" remove="parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Airy/13_001','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0','animated':'true'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Airy_13_001 o_we_animated"/>
</xpath>
<xpath expr="//div[hasclass('col-lg-8')]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc1 rounded" separator=" "/>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Explore Our Book Collection
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Dive into our carefully curated selection of books, perfect for readers of all tastes and interests.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Fiction
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Non-Fiction
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
The Great Gatsby
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
$10.99
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
A classic novel by F. Scott Fitzgerald, set in the Roaring Twenties, exploring themes of wealth, love, and the American Dream.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
To Kill a Mockingbird
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
$12.50
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Harper Lee's Pulitzer Prize-winning novel, a profound story about racial injustice and moral growth in the American South.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
1984
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
$14.00
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
George Orwell's dystopian novel depicting a totalitarian society under constant surveillance, and the fight for freedom.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Sapiens: A Brief History of Humankind
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
$18.99
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Yuval Noah Harari's compelling narrative of humanity's history, exploring how Homo sapiens came to dominate the Earth.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Becoming
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
$16.50
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Michelle Obama's inspiring memoir, sharing her personal journey from childhood to her role as First Lady of the United States.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Educated
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
$13.99
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Tara Westover's memoir of growing up in a strict and abusive household in rural Idaho and her quest for education and self-discovery.
</xpath>
</template>
</odoo>