[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
+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>