[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
@@ -19,6 +19,7 @@
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_call_to_action.xml',
'views/snippets/s_numbers.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/snippets/s_media_list.xml',
'views/snippets/s_product_catalog.xml',
'views/snippets/s_unveil.xml',
Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

+5
View File
@@ -225,5 +225,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
<field name="name">website.s_accordion_image_default_image</field>
<field name="url">/theme_orchid/static/src/img/snippets/s_carousel_2.jpg</field>
</record>
<record id="s_pricelist_boxed_default_background" model="theme.ir.attachment">
<field name="key">website.s_pricelist_boxed_default_background</field>
<field name="name">website.s_pricelist_boxed_default_background</field>
<field name="url">/theme_orchid/static/src/img/snippets/s_pricelist_boxed_default_background.jpg</field>
</record>
</odoo>
@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_pricelist_boxed" inherit_id="website.s_pricelist_boxed">
<xpath expr="//h2" position="replace" mode="inner">
Our Floral Arrangements
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Explore our stunning selection of floral arrangements and services. Perfect for any occasion, each bouquet is crafted with care and creativity.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Bouquets
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Floral Services
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Classic Rose Bouquet
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
$50.00
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Elegant bouquet featuring red roses, lush greenery, and a touch of baby's breath, perfect for expressing love and admiration.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Tropical Paradise
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
$65.00
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Vibrant arrangement of exotic flowers including orchids, birds of paradise, and tropical leaves, creating a bold and lively display.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Elegant Lily Ensemble
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
$55.00
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Sophisticated bouquet with a mix of white lilies, roses, and elegant foliage, ideal for formal occasions and celebrations.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Custom Floral Design
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
$100.00
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Personalized floral arrangement tailored to your specifications, featuring seasonal blooms and unique designs for any event.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Flower Delivery Service
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
$15.00
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Reliable delivery service for your floral arrangements, ensuring your flowers arrive fresh and on time to any location.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Event Floral Decoration
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
Starting at $250.00
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Comprehensive floral decoration service for events including weddings, parties, and corporate gatherings, designed to enhance your venue.
</xpath>
</template>
</odoo>