[IMP] theme_*: adapt s_split_intro snippet
*: anelusia, artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy, cobalt, enark, kiddo, loftspace, monglia, nano, notes, odoo_experts, orchid, real_estate, treehouse, vehicle, yes, zap. This commit reviews the occurrences of `s_split_intro` snippet across design themes. task-4077616 part of task-4077427 closes odoo/design-themes#876 Related: odoo/odoo#175321 Signed-off-by: Christopher du Toit (chto) <chto@odoo.com>
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
'views/snippets/s_images_constellation.xml',
|
||||
'views/snippets/s_empowerment.xml',
|
||||
'views/snippets/s_numbers_boxed.xml',
|
||||
'views/snippets/s_split_intro.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@@ -391,5 +391,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_real_estate/static/src/img/snippets/library_image_13.jpg</field>
|
||||
</record>
|
||||
<record id="s_split_intro_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_split_intro_default_image</field>
|
||||
<field name="name">website.s_split_intro_default_image</field>
|
||||
<field name="url">/theme_real_estate/static/src/img/snippets/s_split_intro_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Left column -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Find your<br/>perfect place
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<br/>Discover your ideal home with our expert real estate services. We guide you through every step of the buying or selling process, offering personalized support and in-depth market knowledge. Whether you're searching for a new house or an investment property, we're here to help you make informed decisions and find a space you'll love.<br/><br/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user