[IMP] theme_*: adapt s_shape_image
task-4094366 Part of task-4077427 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
@@ -56,6 +56,7 @@
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 18 KiB |
@@ -372,5 +372,10 @@
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_anelusia/static/src/img/snippets/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_anelusia/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_colored_level o_cc o_cc4" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Celebrating diversity in fashion
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Explore our diverse range of fashion that embraces all identities and styles. We believe in inclusivity, offering collections that represent everyone. Fashion is for all—find your unique expression with us.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
|
||||
Discover more
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -59,6 +59,7 @@
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 31 KiB |
@@ -355,5 +355,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_artists/static/src/img/snippets/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_artists/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_colored_level o_cc o_cc4" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Where music meets Art
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Dive into a world where rhythms blend with colors. Our DJ sets are more than music—they're live art experiences. Join us and feel the beat come to life on canvas.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
|
||||
Join the Experience
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
After Width: | Height: | Size: 26 KiB |
@@ -596,5 +596,21 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
<!-- ======== SHAPE IMAGE ======== -->
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Designing the future
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Our architectural vision shapes spaces that inspire. We blend innovation with sustainability to create designs that stand the test of time. Let us build your dream, one blueprint at a time.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
|
||||
Explore our projects
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -457,5 +457,10 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_avantgarde/static/src/img/pictures/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 19 KiB |
@@ -344,5 +344,11 @@
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<!-- Shape Image -->
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Travel services
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
We offer customized travel packages tailored to your preferences. From booking flights and accommodations to organizing tours, our goal is to provide a seamless and enjoyable travel experience.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
|
||||
Join the Experience
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -54,6 +54,7 @@
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 15 KiB |
@@ -400,5 +400,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_beauty/static/src/img/snippets/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_beauty/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Discover our range of high-quality cosmetics designed to enhance your beauty. From skincare essentials to makeup must-haves, our products are crafted to meet your needs and exceed your expectations.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
After Width: | Height: | Size: 36 KiB |
@@ -1038,4 +1038,17 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== SHAPE IMAGE ======== -->
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Educational programs
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Explore our diverse educational programs designed to meet your academic and career goals. Whether you're pursuing a degree, certification, or new skills, we provide resources and support for your success.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -357,5 +357,10 @@
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -49,6 +49,7 @@
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
|
||||
],
|
||||
|
||||
|
After Width: | Height: | Size: 28 KiB |
@@ -529,4 +529,11 @@
|
||||
<field name="url">/theme_bistro/static/src/img/content/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Shape Image -->
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_bistro/static/src/img/content/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Dining experiences
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Savor our delectable dishes and enjoy a cozy atmosphere perfect for any occasion. Our menu features a blend of classic favorites and innovative creations, all crafted with fresh, high-quality ingredients.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -54,6 +54,7 @@
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 20 KiB |
@@ -383,5 +383,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
|
||||
<field name="name">website.s_wavy_grid_default_image_4</field>
|
||||
<field name="url">/theme_bookstore/static/src/img/snippets/s_unveil_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_bookstore/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Book collection
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Explore our extensive collection of books across various genres. Whether you are looking for bestsellers, classics, or hidden gems, we offer a curated selection to satisfy every reader's curiosity and passion.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -36,6 +36,7 @@
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_colored_level o_cc o_cc2" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -559,4 +559,13 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== SHAPE IMAGE ======== -->
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_colored_level o_cc o_cc3" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 12 KiB |
@@ -310,5 +310,10 @@
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_enark/static/src/img/snippets/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_enark/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Designing the future
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Our architectural vision shapes spaces that inspire. We blend innovation with sustainability to create designs that stand the test of time. Let us build your dream, one blueprint at a time.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
After Width: | Height: | Size: 14 KiB |
@@ -396,5 +396,10 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss -->
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_kea/static/src/img/snippets/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_kea/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 19 KiB |
@@ -369,5 +369,10 @@
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_kiddo/static/src/img/snippets/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_kiddo/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Early childhood care
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Our nursery provides a nurturing environment where young children can grow and learn. With engaging activities and a focus on development, we ensure a supportive start to each child's educational journey.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
After Width: | Height: | Size: 30 KiB |
@@ -777,4 +777,17 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== SHAPE IMAGE ======== -->
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Event planning services
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
We specialize in organizing memorable events tailored to your needs. From weddings to corporate functions, our expert team handles every detail to ensure a seamless and exceptional experience for you and your guests.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -412,5 +412,10 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss -->
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_monglia/static/src/img/snippets/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_monglia/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
'views/snippets/s_striped_center_top.xml',
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 23 KiB |
@@ -544,4 +544,11 @@
|
||||
<field name="url">/theme_nano/static/src/img/snippets/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Shape Image -->
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_nano/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_colored_level o_cc o_cc5" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -56,6 +56,7 @@
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 21 KiB |
@@ -382,5 +382,10 @@
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_30.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Music performances
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Experience captivating live music with our talented band. We offer a range of genres and styles to suit any event, providing high-energy performances that create unforgettable memories for your audience.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -45,6 +45,7 @@
|
||||
'views/snippets/s_intro_pill.xml',
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 42 KiB |
@@ -355,5 +355,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_orchid/static/src/img/snippets/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_orchid/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Floral arrangements
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Discover our exquisite floral arrangements for any occasion. From vibrant bouquets to elegant centerpieces, we craft each design with care, using fresh, beautiful flowers to brighten your day and celebrate life's moments.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -44,6 +44,7 @@
|
||||
'views/snippets/s_intro_pill.xml',
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_wavy_grid.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 21 KiB |
@@ -341,5 +341,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_real_estate/static/src/img/snippets/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_real_estate/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Real estate services
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Explore our range of real estate services tailored to your needs. Whether buying, selling, or renting, our expert team provides personalized guidance and support to help you make informed decisions and achieve your property goals.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
After Width: | Height: | Size: 25 KiB |
@@ -445,4 +445,11 @@
|
||||
<field name="url">/theme_treehouse/static/src/img/content/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Shape Image -->
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_treehouse/static/src/img/content/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
|
After Width: | Height: | Size: 21 KiB |
@@ -350,5 +350,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_vehicle/static/src/img/snippets/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_vehicle/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
'views/snippets/s_intro_pill.xml',
|
||||
'views/snippets/s_big_number.xml',
|
||||
'views/snippets/s_image_frame.xml',
|
||||
'views/snippets/s_shape_image.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
|
After Width: | Height: | Size: 18 KiB |
@@ -397,6 +397,12 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin
|
||||
<field name="name">website.s_intro_pill_default_image_2</field>
|
||||
<field name="url">/theme_yes/static/src/img/snippets/s_intro_pill_default_image_2.jpg</field>
|
||||
</record>
|
||||
<!-- // Shape Image // -->
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_yes/static/src/img/snippets/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- // Wavy Grid // -->
|
||||
<record id="s_wavy_grid_default_image_1" model="theme.ir.attachment">
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Wedding planning
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Let us make your wedding day unforgettable with our expert planning services. From venue selection to coordination on the big day, we handle every detail to create a seamless and personalized celebration that reflects your unique vision.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||