[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
@@ -34,6 +34,7 @@
'views/snippets/s_unveil.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_accordion_image.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,85 @@
<?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/Floats/12','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0','animated':'true'}</attribute>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Floats_12 o_we_animated"/>
</xpath>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our Collection
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Discover our latest fashion pieces with a modern touch. Perfectly crafted for every style!
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Dresses
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Jackets
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Classic Black Dress
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
$120.00
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Timeless black dress with a flattering silhouette, featuring a soft fabric and elegant neckline, perfect for any occasion.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Floral Midi Dress
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
$145.00
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
A beautiful midi dress with vibrant floral prints, designed with a flowing skirt and fitted bodice, ideal for summer outings.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Satin Wrap Dress
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
$135.00
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Luxurious satin wrap dress in deep red, with a v-neckline and adjustable waist tie, perfect for evening events.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Tailored Blazer
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
$150.00
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Sharp and sophisticated tailored blazer, crafted from high-quality wool, featuring structured shoulders and a slim fit.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Leather Moto Jacket
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
$130.00
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Edgy black leather jacket with classic biker details, including zippers, studs, and an asymmetrical front closure.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Denim Trucker Jacket
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
$160.00
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Classic blue denim trucker jacket with a modern fit, featuring button closures and a slight stretch for comfort.
</xpath>
</template>
</odoo>
+1
View File
@@ -36,6 +36,7 @@
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_accordion_image.xml',
'views/snippets/s_key_benefits.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,85 @@
<?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/Wavy/27','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0','animated':'true'}</attribute>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Wavy_27 o_we_animated"/>
</xpath>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our Gallery
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Explore our curated selection of artistic masterpieces. Each piece is thoughtfully crafted to inspire and captivate.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Modern Art
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Classic Art
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Abstract Harmony
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
$1,200.00
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
A vibrant abstract painting that blends bold colors and dynamic shapes, creating a sense of harmony and movement.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Sunset Serenade
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
$1,450.00
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Capturing the serene beauty of a sunset, this painting uses warm tones and soft brushstrokes to evoke a sense of peace.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Midnight Dreamscape
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
$1,350.00
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
An imaginative dreamscape in deep blues and purples, this piece invites viewers to explore a world of night-time fantasy.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Renaissance Revival
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
$1,500.00
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
A classical piece inspired by Renaissance techniques, featuring intricate details and a rich color palette.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
The Garden of Serenity
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
$1,300.00
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
A tranquil garden scene that blends soft greens and pastel flowers, creating a peaceful and calming atmosphere.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Urban Reflection
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
$1,600.00
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
This modern piece captures the energy of city life, using sharp lines and reflective surfaces to portray an urban landscape.
</xpath>
</template>
</odoo>
Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

+70
View File
@@ -298,4 +298,74 @@
</xpath>
</template>
<!-- ======== PRICELIST BOXED ======== -->
<template id="s_pricelist_boxed" inherit_id="website.s_pricelist_boxed">
<xpath expr="//h2" position="replace" mode="inner">
Our Photography Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Capture your moments with our range of professional photography services. Expertly crafted to make every memory unforgettable.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Event Photography
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Portrait Photography
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Wedding Day Coverage
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
$2,000.00
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Comprehensive wedding day photography service capturing every special moment, from the ceremony to the reception.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Corporate Event Package
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
$1,500.00
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Professional coverage for corporate events, including conferences, award ceremonies, and networking events.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Concert Photography
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
$1,800.00
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Dynamic concert photography capturing the energy of live performances with high-quality images of artists and audience.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Family Portrait Session
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
$500.00
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
A relaxed portrait session for families, capturing genuine moments and smiles in a comfortable setting.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Professional Headshots
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
$250.00
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
High-quality headshots perfect for business profiles, LinkedIn, or personal branding, taken in our studio or on location.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Creative Portrait Session
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
$700.00
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Artistic portrait photography with creative lighting and backgrounds, ideal for personal projects or portfolio work.
</xpath>
</template>
</odoo>
@@ -327,5 +327,10 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin
<field name="name">website.library_image_03</field>
<field name="url">/theme_avantgarde/static/src/img/pictures/library_image_03.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_avantgarde/static/src/img/pictures/s_pricelist_boxed_default_background.jpg</field>
</record>
</odoo>
Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

+7
View File
@@ -153,6 +153,13 @@
<field name="url">/theme_aviato/static/src/img/content/s_quote_3.jpg</field>
</record>
<!-- Pricelist Boxed -->
<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_aviato/static/src/img/content/s_pricelist_boxed_default_background.jpg</field>
</record>
<!-- Image Wall -->
<record id="library_image_03" model="theme.ir.attachment">
<field name="key">website.library_image_03</field>
+1
View File
@@ -22,6 +22,7 @@
'views/snippets/s_image_text.xml',
'views/snippets/s_numbers.xml',
'views/snippets/s_picture.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/snippets/s_color_blocks_2.xml',
'views/snippets/s_media_list.xml',
'views/snippets/s_comparisons.xml',
@@ -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 Beauty Collection
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Enhance your natural beauty with our range of luxurious cosmetic services and products. Expertly crafted for every skin type and style.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Facial Treatments
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Makeup Products
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Anti-Aging Facial
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
$120.00
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
A rejuvenating facial treatment designed to reduce wrinkles and fine lines, leaving your skin looking fresh and youthful.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Hydrating Facial
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
$100.00
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Deeply hydrating facial treatment that restores moisture and balances your skin, perfect for dry or sensitive skin types.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Brightening Facial
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
$110.00
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
A revitalizing facial that uses vitamin C and natural extracts to enhance radiance and even out skin tone.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Long-Lasting Foundation
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
$50.00
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
A lightweight, long-lasting foundation that provides full coverage while allowing your skin to breathe.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Volumizing Mascara
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
$30.00
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
High-quality mascara that adds volume and length to your lashes, with a smudge-proof and long-lasting formula.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Velvet Matte Lipstick
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
$25.00
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Richly pigmented matte lipstick available in various shades, providing a bold, long-lasting finish without drying out your lips.
</xpath>
</template>
</odoo>
Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

+70
View File
@@ -482,4 +482,74 @@
</xpath>
</template>
<!-- ======== PRICELIST BOXED ======== -->
<template id="s_pricelist_boxed" inherit_id="website.s_pricelist_boxed">
<xpath expr="//h2" position="replace" mode="inner">
Essential School Supplies
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Equip yourself for success with our range of essential items available to support your learning experience.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Classroom Supplies
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Technology Essentials
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Notebooks
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
$5.00 each
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
High-quality lined notebooks for taking notes, available for all students to support their daily learning needs.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Pencils and Pens
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
$3.00 per set
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
A variety of pencils and pens provided for writing assignments, note-taking, and completing tests and quizzes.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Art Supplies Kit
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
$15.00 per kit
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Complete set of art supplies including colored pencils, markers, paints, and brushes to encourage creativity in art classes.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Tablets
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
$150.00 each
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Personal tablets for each student, equipped with educational apps and internet access to enhance learning and research.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Laptops
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
$300.00 each
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
School-issued laptops with software for online classes, assignments, and projects to ensure students have access to digital resources.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Scientific Calculators
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
$20.00 each
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Advanced scientific calculators for math and science courses, helping students perform complex calculations with ease.
</xpath>
</template>
</odoo>
+5
View File
@@ -222,5 +222,10 @@
<field name="name">website.s_accordion_image_default_image</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_25.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_bewise/static/src/img/content/s_pricelist_boxed_default_background.jpg</field>
</record>
</odoo>
Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

+7
View File
@@ -357,4 +357,11 @@
<field name="url">/theme_bistro/static/src/img/backgrounds/20.jpg</field>
</record>
<!-- Pricelist boxed -->
<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_bistro/static/src/img/backgrounds/s_pricelist_boxed_default_background.jpg</field>
</record>
</odoo>
+1
View File
@@ -34,6 +34,7 @@
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_key_benefits.xml',
'views/snippets/s_carousel.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -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>
+1
View File
@@ -45,6 +45,7 @@
'views/snippets/s_accordion_image.xml',
'views/snippets/s_key_benefits.xml',
'views/snippets/s_carousel.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,85 @@
<?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_cc3" remove="parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Origins/05','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Origins_05"/>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our Corporate Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Enhance your business operations with our comprehensive suite of professional services, tailored to meet your corporate needs.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Consulting Services
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Technology Solutions
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Business Strategy Consulting
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Expert advice on business planning, market analysis, and competitive strategy to help your company achieve its goals.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Financial Advisory Services
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
Starting at $3,000
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Comprehensive financial planning, including risk assessment, investment strategy, and tax optimization for your business.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Human Resources Management
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
Starting at $1,800
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Customized HR solutions, including talent acquisition, employee training, and performance management to boost productivity.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
IT Support Services
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
Starting at $2,000
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Reliable IT support, network management, and cybersecurity solutions to safeguard your business operations and data integrity.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Cloud Computing Solutions
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Scalable cloud services to enhance your businesss flexibility and data accessibility, supporting remote work and collaboration.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Digital Marketing Services
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
Starting at $1,500
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Strategic online marketing, SEO optimization, and social media management to boost your brand visibility and customer engagement.
</xpath>
</template>
</odoo>
+1
View File
@@ -27,6 +27,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,85 @@
<?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_cc2" remove="parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Origins/04_001','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Origins_04_001"/>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our Corporate Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Enhance your business operations with our comprehensive suite of professional services, tailored to meet your corporate needs.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Consulting Services
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Technology Solutions
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Business Strategy Consulting
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Expert advice on business planning, market analysis, and competitive strategy to help your company achieve its goals.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Financial Advisory Services
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
Starting at $3,000
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Comprehensive financial planning, including risk assessment, investment strategy, and tax optimization for your business.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Human Resources Management
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
Starting at $1,800
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Customized HR solutions, including talent acquisition, employee training, and performance management to boost productivity.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
IT Support Services
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
Starting at $2,000
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Reliable IT support, network management, and cybersecurity solutions to safeguard your business operations and data integrity.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Cloud Computing Solutions
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Scalable cloud services to enhance your businesss flexibility and data accessibility, supporting remote work and collaboration.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Digital Marketing Services
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
Starting at $1,500
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Strategic online marketing, SEO optimization, and social media management to boost your brand visibility and customer engagement.
</xpath>
</template>
</odoo>
+82
View File
@@ -298,4 +298,86 @@
</xpath>
</template>
<!-- ======== PRICELIST BOXED ======== -->
<template id="s_pricelist_boxed" inherit_id="website.s_pricelist_boxed" name="Cobalt s_pricelist_boxed">
<!-- Layout -->
<xpath expr="//section" position="attributes">
<attribute name="data-scroll-background-ratio"/>
<attribute name="class" add="o_cc o_cc2" remove="parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Bold/08','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Bold_08"/>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our Corporate Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Enhance your business operations with our comprehensive suite of professional services, tailored to meet your corporate needs.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Consulting Services
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Technology Solutions
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Business Strategy Consulting
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Expert advice on business planning, market analysis, and competitive strategy to help your company achieve its goals.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Financial Advisory Services
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
Starting at $3,000
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Comprehensive financial planning, including risk assessment, investment strategy, and tax optimization for your business.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Human Resources Management
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
Starting at $1,800
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Customized HR solutions, including talent acquisition, employee training, and performance management to boost productivity.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
IT Support Services
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
Starting at $2,000
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Reliable IT support, network management, and cybersecurity solutions to safeguard your business operations and data integrity.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Cloud Computing Solutions
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Scalable cloud services to enhance your businesss flexibility and data accessibility, supporting remote work and collaboration.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Digital Marketing Services
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
Starting at $1,500
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Strategic online marketing, SEO optimization, and social media management to boost your brand visibility and customer engagement.
</xpath>
</template>
</odoo>
+1
View File
@@ -17,6 +17,7 @@
'views/snippets/s_cover.xml',
'views/snippets/s_text_image.xml',
'views/snippets/s_picture.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/snippets/s_media_list.xml',
'views/snippets/s_call_to_action.xml',
'views/snippets/s_parallax.xml',
Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

+5
View File
@@ -190,5 +190,10 @@
<field name="name">website.s_accordion_image_default_image</field>
<field name="url">/theme_enark/static/src/img/snippets/library_image_10.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_enark/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 Architectural Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Discover our range of architectural services designed to bring your vision to life with innovative design and expert execution.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Residential Design
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Commercial Design
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Custom Home Design
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
Starting at $5,000
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Tailored architectural designs for custom homes, featuring personalized layouts, innovative features, and sustainable solutions.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Luxury Apartment Design
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
Starting at $7,500
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Elegant designs for high-end apartments, focusing on sophisticated aesthetics, functionality, and premium materials.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Office Space Design
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
Starting at $6,000
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Modern and efficient designs for office spaces, enhancing productivity and creating a professional, inspiring environment.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Retail Store Design
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
Starting at $8,000
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Innovative design solutions for retail spaces, focusing on customer experience, brand identity, and visual appeal.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Architectural Visualization
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
High-quality 3D renderings and visualizations to bring your architectural concepts to life and aid in project planning.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Project Coordination
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
Starting at $3,000
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Comprehensive project management services, including coordination with contractors, scheduling, and quality control throughout the construction process.
</xpath>
</template>
</odoo>
+85
View File
@@ -315,4 +315,89 @@
</xpath>
</template>
<!-- ======== PRICELIST BOXED ======== -->
<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_cc2" remove="parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Airy/11','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Airy_11"/>
</xpath>
<xpath expr="//div[hasclass('col-lg-8')]" position="attributes">
<attribute name="class" remove="rounded" separator=" "/>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our Corporate Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Enhance your business operations with our comprehensive suite of professional services, tailored to meet your corporate needs.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Consulting Services
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Technology Solutions
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Business Strategy Consulting
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Expert advice on business planning, market analysis, and competitive strategy to help your company achieve its goals.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Financial Advisory Services
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
Starting at $3,000
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Comprehensive financial planning, including risk assessment, investment strategy, and tax optimization for your business.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Human Resources Management
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
Starting at $1,800
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Customized HR solutions, including talent acquisition, employee training, and performance management to boost productivity.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
IT Support Services
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
Starting at $2,000
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Reliable IT support, network management, and cybersecurity solutions to safeguard your business operations and data integrity.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Cloud Computing Solutions
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Scalable cloud services to enhance your businesss flexibility and data accessibility, supporting remote work and collaboration.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Digital Marketing Services
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
Starting at $1,500
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Strategic online marketing, SEO optimization, and social media management to boost your brand visibility and customer engagement.
</xpath>
</template>
</odoo>
+1
View File
@@ -29,6 +29,7 @@
'views/snippets/s_key_benefits.xml',
'views/snippets/s_carousel.xml',
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,85 @@
<?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_cc3" remove="parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Floats/01','colors':{'c1':'o-color-1','c2':'o-color-1','c3':'o-color-1','c4':'o-color-1','c5':'o-color-1'},'flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0','animated':'true'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Floats_01 o_we_animated" style="background-image: url('/web_editor/shape/web_editor/Floats/01.svg?c1=o-color-1&amp;c2=o-color-1&amp;c3=o-color-1&amp;c4=o-color-1&amp;c5=o-color-1');"/>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our VR Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Explore our cutting-edge virtual reality solutions designed to enhance user experiences and transform digital interactions.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;VR Development
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;VR Consulting
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Custom VR Application Development
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
Starting at $10,000
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Tailored VR applications developed to meet your specific needs, featuring interactive environments and immersive experiences.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
VR Experience Design
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
Starting at $8,000
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Creative design of VR experiences, including storyboarding, 3D modeling, and user interaction to captivate and engage your audience.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
VR Consulting Services
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Expert advice on implementing VR technology, including feasibility studies, strategy development, and technology recommendations.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
VR Hardware Setup
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
Starting at $1,500
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Installation and configuration of VR hardware, ensuring optimal performance and compatibility with your VR applications.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
VR Training and Workshops
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
Starting at $1,200
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Hands-on training and workshops to equip your team with the skills needed to effectively use and manage VR technology.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
VR Content Creation
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
Starting at $4,000
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Creation of high-quality VR content, including 360-degree videos, animations, and interactive elements to enhance user engagement.
</xpath>
</template>
</odoo>
+1
View File
@@ -27,6 +27,7 @@
'views/snippets/s_accordion_image.xml',
'views/snippets/s_key_benefits.xml',
'views/snippets/s_carousel.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,85 @@
<?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_cc2" remove="parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Rainy/06','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Rainy_06"/>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Essential School Supplies
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Equip your child with all the necessary supplies for a successful school year. Each item is selected to ensure both comfort and functionality.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;School Supplies
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Provided by the School
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Backpack
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
$35.00
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Durable backpack with adjustable straps and multiple compartments for organizing school essentials.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Lunchbox
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
$15.00
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Insulated lunchbox with a secure closure and easy-to-clean interior, perfect for keeping meals fresh.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Water Bottle
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
$10.00
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Reusable water bottle with a spill-proof lid and easy-grip design, ideal for staying hydrated throughout the day.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Crayons and Markers Set
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
$12.00
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Colorful set of crayons and markers for creative drawing and coloring activities in the classroom.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Notebook
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
$8.00
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Spiral-bound notebook with lined pages, perfect for taking notes and practicing writing skills.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Pencil Case
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
$7.00
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Compact pencil case with compartments for pens, pencils, and other small stationery items.
</xpath>
</template>
</odoo>
+1
View File
@@ -21,6 +21,7 @@
'views/snippets/s_banner.xml',
'views/snippets/s_image_text.xml',
'views/snippets/s_numbers.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/snippets/s_color_blocks_2.xml',
'views/snippets/s_media_list.xml',
'views/snippets/s_features_grid.xml',
Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

+5
View File
@@ -270,5 +270,10 @@ Check in primary_variables.scss and theme.scss -->
<field name="name">website.library_image_08</field>
<field name="url">/theme_loftspace/static/src/img/snippets/s_images_gallery_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_loftspace/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 Furniture Collection
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Discover our exquisite range of furniture designed to elevate your space with style and functionality.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Living Room Furniture
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Bedroom Furniture
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Modern Sofa
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
$850.00
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Sleek and comfortable sofa with plush cushions and a contemporary design, perfect for any living space.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Glass Coffee Table
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
$350.00
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Elegant coffee table with a clear glass top and chrome legs, adding a touch of sophistication to your living room.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Entertainment Unit
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
$600.00
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Functional entertainment unit with ample storage space and a modern design to house your media equipment.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Queen Bed Frame
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
$700.00
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Sturdy and stylish queen bed frame crafted from solid wood, featuring a sleek headboard and low-profile design.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Dresser with Mirror
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
$500.00
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Elegant dresser with matching mirror, offering ample storage and a timeless design to complement any bedroom.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Nightstand
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
$200.00
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Compact nightstand with a modern design, featuring a drawer and open shelf for convenient bedside storage.
</xpath>
</template>
</odoo>
+100
View File
@@ -297,4 +297,104 @@
</xpath>
</template>
<!-- ======== PRICELIST BOXED ======== -->
<template id="s_pricelist_boxed" inherit_id="website.s_pricelist_boxed" name="Monglia s_pricelist_boxed">
<!-- Layout -->
<xpath expr="//section" position="attributes">
<attribute name="data-scroll-background-ratio"/>
<attribute name="class" add="o_cc o_cc2" remove="parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Bold/12_001','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Bold_12_001"/>
</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>
+1
View File
@@ -19,6 +19,7 @@
'views/snippets/s_image_text.xml',
'views/snippets/s_images_wall.xml',
'views/snippets/s_parallax.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/snippets/s_references.xml',
'views/snippets/s_text_block.xml',
'views/snippets/s_text_image.xml',
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

+7
View File
@@ -379,4 +379,11 @@
<field name="url">/theme_nano/static/src/img/snippets/s_images_gallery_02.jpg</field>
</record>
<!-- Pricelist Boxed -->
<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_nano/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 Corporate Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Enhance your business operations with our comprehensive suite of professional services, tailored to meet your corporate needs.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Consulting Services
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Technology Solutions
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Business Strategy Consulting
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Expert advice on business planning, market analysis, and competitive strategy to help your company achieve its goals.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Financial Advisory Services
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
Starting at $3,000
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Comprehensive financial planning, including risk assessment, investment strategy, and tax optimization for your business.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Human Resources Management
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
Starting at $1,800
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Customized HR solutions, including talent acquisition, employee training, and performance management to boost productivity.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
IT Support Services
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
Starting at $2,000
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Reliable IT support, network management, and cybersecurity solutions to safeguard your business operations and data integrity.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Cloud Computing Solutions
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Scalable cloud services to enhance your businesss flexibility and data accessibility, supporting remote work and collaboration.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Digital Marketing Services
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
Starting at $1,500
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Strategic online marketing, SEO optimization, and social media management to boost your brand visibility and customer engagement.
</xpath>
</template>
</odoo>
+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>
+1
View File
@@ -34,6 +34,7 @@
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/snippets/s_carousel.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,85 @@
<?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_cc4" remove="parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Origins/04_001','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Origins_04_001"/>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our Corporate Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Enhance your business operations with our comprehensive suite of professional services, tailored to meet your corporate needs.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Consulting Services
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Technology Solutions
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Business Strategy Consulting
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Expert advice on business planning, market analysis, and competitive strategy to help your company achieve its goals.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Financial Advisory Services
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
Starting at $3,000
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Comprehensive financial planning, including risk assessment, investment strategy, and tax optimization for your business.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Human Resources Management
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
Starting at $1,800
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Customized HR solutions, including talent acquisition, employee training, and performance management to boost productivity.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
IT Support Services
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
Starting at $2,000
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Reliable IT support, network management, and cybersecurity solutions to safeguard your business operations and data integrity.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Cloud Computing Solutions
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Scalable cloud services to enhance your businesss flexibility and data accessibility, supporting remote work and collaboration.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Digital Marketing Services
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
Starting at $1,500
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Strategic online marketing, SEO optimization, and social media management to boost your brand visibility and customer engagement.
</xpath>
</template>
</odoo>
+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>
+85
View File
@@ -475,4 +475,89 @@
</xpath>
</template>
<!-- ==== Pricelist Boxed ===== -->
<template id="s_pricelist_boxed" inherit_id="website.s_pricelist_boxed" name="Paptic s_pricelist_boxed">
<!-- Layout -->
<xpath expr="//section" position="attributes">
<attribute name="data-scroll-background-ratio"/>
<attribute name="class" add="o_cc o_cc2" remove="parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Bold/07_001','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Bold_07_001"/>
</xpath>
<xpath expr="//div[hasclass('col-lg-8')]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our Corporate Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Enhance your business operations with our comprehensive suite of professional services, tailored to meet your corporate needs.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Consulting Services
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Technology Solutions
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Business Strategy Consulting
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Expert advice on business planning, market analysis, and competitive strategy to help your company achieve its goals.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Financial Advisory Services
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
Starting at $3,000
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Comprehensive financial planning, including risk assessment, investment strategy, and tax optimization for your business.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Human Resources Management
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
Starting at $1,800
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Customized HR solutions, including talent acquisition, employee training, and performance management to boost productivity.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
IT Support Services
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
Starting at $2,000
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Reliable IT support, network management, and cybersecurity solutions to safeguard your business operations and data integrity.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Cloud Computing Solutions
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Scalable cloud services to enhance your businesss flexibility and data accessibility, supporting remote work and collaboration.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Digital Marketing Services
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
Starting at $1,500
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Strategic online marketing, SEO optimization, and social media management to boost your brand visibility and customer engagement.
</xpath>
</template>
</odoo>
+1
View File
@@ -27,6 +27,7 @@
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/snippets/s_carousel.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -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" add="o_cc o_cc2" remove="parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Blocks/03','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Blocks_03"/>
</xpath>
<xpath expr="//div[hasclass('col-lg-8')]" position="attributes">
<attribute name="class" remove="rounded" separator=" "/>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our Real Estate Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Explore our comprehensive range of real estate services designed to meet all your property needs, whether buying, selling, or renting.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Property Management
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Real Estate Consulting
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Residential Property Management
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
Starting at $500/month
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Comprehensive management services for residential properties, including tenant screening, rent collection, and maintenance coordination.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Commercial Property Management
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
Starting at $800/month
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Expert management for commercial properties, focusing on maximizing occupancy, lease administration, and facility management.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Rental Property Services
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
Starting at $400/month
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Dedicated services for rental properties, from marketing and tenant placement to ongoing maintenance and tenant relations.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Property Valuation and Appraisal
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
Starting at $300
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Professional property valuation and appraisal services to provide accurate market value assessments for buying or selling.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Real Estate Investment Consulting
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
Starting at $1,000
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Strategic advice for real estate investors, including market analysis, property selection, and investment portfolio management.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Home Buying and Selling Assistance
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
Starting at $2,000
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
End-to-end support for home buyers and sellers, including property searches, negotiations, and closing coordination.
</xpath>
</template>
</odoo>
+1
View File
@@ -31,6 +31,7 @@
'views/snippets/s_title.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/new_page_template.xml',
],
'images': [
Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

+5
View File
@@ -283,5 +283,10 @@
<field name="name">website.s_accordion_image_default_image</field>
<field name="url">/theme_treehouse/static/src/img/backgrounds/13.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_treehouse/static/src/img/backgrounds/s_pricelist_boxed_default_background.jpg</field>
</record>
</odoo>
@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_pricelist_boxed" inherit_id="website.s_pricelist_boxed">
<!-- Layout -->
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_bg_filter bg-black-50"/>
</xpath>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our Environmental Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Explore our comprehensive range of environmental services designed to protect and enhance our planet. Each service is tailored to meet your sustainability goals.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Conservation Services
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Sustainability Solutions
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Wildlife Habitat Restoration
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
$3,000.00
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Comprehensive restoration of natural habitats to support wildlife conservation, including reforestation and wetland revitalization.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Endangered Species Protection
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
$5,000.00
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Specialized programs to safeguard endangered species through habitat protection, anti-poaching efforts, and research initiatives.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Eco-Friendly Landscaping
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
$2,500.00
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Sustainable landscaping solutions using native plants, efficient irrigation systems, and organic practices to enhance green spaces.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Green Building Certification
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
$4,500.00
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Certification services for buildings aiming to meet green standards, including energy efficiency assessments and sustainable materials consulting.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Renewable Energy Solutions
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
$8,000.00
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Installation and management of renewable energy systems such as solar panels and wind turbines to reduce carbon footprint and energy costs.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Waste Management Consulting
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
$3,500.00
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Expert advice and solutions for optimizing waste management processes, including recycling programs, waste reduction strategies, and compliance.
</xpath>
</template>
</odoo>
Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

+75
View File
@@ -423,5 +423,80 @@
</xpath>
</template>
<!-- ======== PRICELIST BOXED ======== -->
<template id="s_pricelist_boxed" inherit_id="website.s_pricelist_boxed">
<!-- Layout -->
<xpath expr="//div[hasclass('col-lg-8')]" position="attributes">
<attribute name="class" remove="rounded" separator=" "/>
</xpath>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our Luxury Vehicle Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Discover our exclusive range of services for luxury vehicles, designed to provide unparalleled quality and sophistication. Experience excellence on every drive.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Maintenance &amp; Care
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Customization &amp; Upgrades
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Premium Detailing Package
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
$450.00
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Comprehensive detailing service including exterior polishing, interior cleaning, and protective coatings for a showroom finish.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Full-Service Maintenance
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
$800.00
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Complete maintenance service covering engine check, transmission fluid change, brake inspection, and system diagnostics for optimal performance.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Luxury Vehicle Servicing
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
$1,200.00
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Specialized servicing tailored for high-end vehicles, including advanced diagnostics, custom parts, and manufacturer-recommended procedures.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Custom Interior Upgrades
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
$2,500.00
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Tailored interior enhancements including premium leather upholstery, bespoke trims, and advanced infotainment systems for a unique driving experience.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
High-Performance Tuning
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
$3,000.00
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Performance tuning service including engine optimization, suspension upgrades, and exhaust modifications to enhance driving dynamics and power.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Exclusive Exterior Customization
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
$4,000.00
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Personalized exterior modifications such as custom paint jobs, aerodynamic enhancements, and bespoke alloy wheels to reflect your style.
</xpath>
</template>
</odoo>
+5
View File
@@ -225,5 +225,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
<field name="name">website.s_accordion_image_default_image</field>
<field name="url">/theme_vehicle/static/src/img/snippets/s_images_wall_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_vehicle/static/src/img/snippets/s_pricelist_boxed_default_background.jpg</field>
</record>
</odoo>
+1
View File
@@ -30,6 +30,7 @@
'views/snippets/s_title.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_key_benefits.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/new_page_template.xml',
],
'images': [
Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

+6
View File
@@ -284,5 +284,11 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin
<field name="name">website.s_accordion_image_default_image</field>
<field name="url">/theme_yes/static/src/img/snippets/s_banner.jpg</field>
</record>
<!-- // Pricelist Boxed // -->
<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_yes/static/src/img/snippets/s_pricelist_boxed_default_background.jpg</field>
</record>
</odoo>
@@ -0,0 +1,86 @@
<?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-oe-shape-data">{'shape':'web_editor/Floats/12','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0','animated':'true'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_bg_filter bg-black-50"/>
<div class="o_we_shape o_web_editor_Floats_12 o_we_animated"/>
</xpath>
<xpath expr="//div[hasclass('col-lg-8')]" position="attributes">
<attribute name="class" remove="rounded" separator=" "/>
</xpath>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our Wedding Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Explore our exclusive wedding services designed to create unforgettable moments. From planning to execution, we ensure every detail is perfect for your special day.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Wedding Planning
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Venue &amp; Decor
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Full Wedding Planning Package
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
$5,000.00
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Comprehensive wedding planning service including timeline creation, vendor coordination, and on-the-day management to ensure a seamless event.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Partial Wedding Planning
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
$3,000.00
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Tailored planning assistance for specific aspects of your wedding, including vendor selection and coordination of key elements of your day.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Day-Of Coordination
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
$1,500.00
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
On-the-day coordination to oversee and manage the wedding activities, ensuring everything runs smoothly according to the planned schedule.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
Elegant Venue Decoration
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
$2,500.00
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Sophisticated venue decoration service including floral arrangements, table settings, and thematic decor to create a stunning atmosphere for your wedding.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Custom Floral Arrangements
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
$1,200.00
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Bespoke floral arrangements designed to match your wedding theme, including bridal bouquets, centerpieces, and ceremony flowers.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Lighting &amp; Ambiance
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
$1,800.00
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Customized lighting solutions and ambiance settings to enhance the mood and atmosphere of your wedding venue, including fairy lights and chandeliers.
</xpath>
</template>
</odoo>
+1
View File
@@ -27,6 +27,7 @@
'views/snippets/s_unveil.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_key_benefits.xml',
'views/snippets/s_pricelist_boxed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,85 @@
<?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_cc4" remove="parallax s_parallax_is_fixed s_parallax_no_overflow_hidden" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Bold/07_001','flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Bold_07_001"/>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace"/>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Our Corporate Services
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Enhance your business operations with our comprehensive suite of professional services, tailored to meet your corporate needs.
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
&#160;&#160;Consulting Services
</xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner">
&#160;&#160;Technology Solutions
</xpath>
<xpath expr="//t[@t-set='name']" position="replace" mode="inner">
Business Strategy Consulting
</xpath>
<xpath expr="//t[@t-set='price']" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="//t[@t-set='description']" position="replace" mode="inner">
Expert advice on business planning, market analysis, and competitive strategy to help your company achieve its goals.
</xpath>
<xpath expr="(//t[@t-set='name'])[2]" position="replace" mode="inner">
Financial Advisory Services
</xpath>
<xpath expr="(//t[@t-set='price'])[2]" position="replace" mode="inner">
Starting at $3,000
</xpath>
<xpath expr="(//t[@t-set='description'])[2]" position="replace" mode="inner">
Comprehensive financial planning, including risk assessment, investment strategy, and tax optimization for your business.
</xpath>
<xpath expr="(//t[@t-set='name'])[3]" position="replace" mode="inner">
Human Resources Management
</xpath>
<xpath expr="(//t[@t-set='price'])[3]" position="replace" mode="inner">
Starting at $1,800
</xpath>
<xpath expr="(//t[@t-set='description'])[3]" position="replace" mode="inner">
Customized HR solutions, including talent acquisition, employee training, and performance management to boost productivity.
</xpath>
<xpath expr="(//t[@t-set='name'])[4]" position="replace" mode="inner">
IT Support Services
</xpath>
<xpath expr="(//t[@t-set='price'])[4]" position="replace" mode="inner">
Starting at $2,000
</xpath>
<xpath expr="(//t[@t-set='description'])[4]" position="replace" mode="inner">
Reliable IT support, network management, and cybersecurity solutions to safeguard your business operations and data integrity.
</xpath>
<xpath expr="(//t[@t-set='name'])[5]" position="replace" mode="inner">
Cloud Computing Solutions
</xpath>
<xpath expr="(//t[@t-set='price'])[5]" position="replace" mode="inner">
Starting at $2,500
</xpath>
<xpath expr="(//t[@t-set='description'])[5]" position="replace" mode="inner">
Scalable cloud services to enhance your businesss flexibility and data accessibility, supporting remote work and collaboration.
</xpath>
<xpath expr="(//t[@t-set='name'])[6]" position="replace" mode="inner">
Digital Marketing Services
</xpath>
<xpath expr="(//t[@t-set='price'])[6]" position="replace" mode="inner">
Starting at $1,500
</xpath>
<xpath expr="(//t[@t-set='description'])[6]" position="replace" mode="inner">
Strategic online marketing, SEO optimization, and social media management to boost your brand visibility and customer engagement.
</xpath>
</template>
</odoo>