[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
+1
View File
@@ -33,6 +33,7 @@
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,103 @@
<?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" add="o_cc o_cc5" remove="parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Rainy/08_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_Rainy_08_001 o_we_animated"/>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Upcoming Festivals
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Experience the excitement of our upcoming festivals with a diverse range of music, arts, and culture. Dont miss out on these unforgettable events!
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Music Festivals
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Arts &amp; Culture Festivals
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Summer Music Fest
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
July 10-12, 2024
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Central Park, New York
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
A vibrant music festival featuring top artists across genres, food trucks, and interactive art installations in the heart of Central Park.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Rock On Festival
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
August 15-17, 2024
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Red Rocks Amphitheatre, Colorado
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Three days of electrifying rock performances at the iconic Red Rocks, with stunning views and a packed lineup of legendary bands.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Jazz &amp; Blues Gala
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
September 5-7, 2024
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
New Orleans, Louisiana
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
An enchanting celebration of jazz and blues music with performances by renowned artists, workshops, and street parades in the heart of New Orleans.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
International Art Expo
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
October 20-22, 2024
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Paris, France
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
A premier arts festival showcasing contemporary art, installations, and performances from around the globe in the artistic city of Paris.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Global Film Festival
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
November 10-14, 2024
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Toronto, Canada
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Celebrate cinema with screenings of international films, director Q&amp;A sessions, and red carpet events at this prestigious film festival.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Cultural Heritage Festival
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
December 1-3, 2024
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Tokyo, Japan
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
An immersive festival celebrating global cultural traditions with performances, crafts, and culinary experiences from diverse cultures.
</xpath>
</template>
</odoo>