Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions theme_anelusia/views/images_library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -457,5 +457,11 @@
<field name="name">website.s_split_intro_default_image</field>
<field name="url">/theme_anelusia/static/src/img/snippets/s_split_intro_default_image.webp</field>
</record>
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_anelusia/static/src/img/snippets/s_splash_intro_default_image.webp</field>
</record>


</odoo>
1 change: 1 addition & 0 deletions theme_artists/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
'views/snippets/s_form_aside.xml',
'views/snippets/s_numbers_framed.xml',
'views/snippets/s_company_team_card.xml',
'views/snippets/s_splash_intro.xml',
'views/new_page_template.xml',
],
'images': [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions theme_artists/views/images.xml
Original file line number Diff line number Diff line change
Expand Up @@ -450,5 +450,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
<field name="name">website.s_split_intro_default_image</field>
<field name="url">/theme_artists/static/src/img/snippets/s_split_intro_default_image.webp</field>
</record>
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_artists/static/src/img/snippets/s_splash_intro_default_image.webp</field>
</record>

</odoo>
12 changes: 12 additions & 0 deletions theme_artists/views/snippets/s_splash_intro.xml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really what we want? 😬
image

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_splash_intro" inherit_id="website.s_splash_intro">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" remove="o_cc1" add="o_cc4" separator=" "/>
<attribute name="data-oe-shape-data"/>
</xpath>
</template>

</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions theme_aviato/views/images_library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -419,4 +419,11 @@
<field name="url">/theme_aviato/static/src/img/content/s_wall_06.webp</field>
</record>

<!-- Splash Intro -->
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_aviato/static/src/img/content/s_splash_intro_default_image.webp</field>
</record>

</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions theme_beauty/views/images.xml
Original file line number Diff line number Diff line change
Expand Up @@ -475,5 +475,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
<field name="name">website.s_split_intro_default_image</field>
<field name="url">/theme_beauty/static/src/img/snippets/s_split_intro_default_image.webp</field>
</record>
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_beauty/static/src/img/snippets/s_splash_intro_default_image.webp</field>
</record>

</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions theme_bistro/views/images_library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -636,4 +636,11 @@
<field name="url">/theme_bistro/static/src/img/backgrounds/12.webp</field>
</record>

<!-- Splash Intro -->
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_bistro/static/src/img/content/s_splash_intro_default_image.webp</field>
</record>

</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions theme_bookstore/views/images.xml
Original file line number Diff line number Diff line change
Expand Up @@ -451,4 +451,11 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
<field name="url">/theme_bookstore/static/src/img/snippets/s_split_intro_default_image.webp</field>
</record>

<!-- Splash Intro -->
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_bookstore/static/src/img/snippets/s_splash_intro_default_image.webp</field>
</record>

</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions theme_kea/views/images_content.xml
Original file line number Diff line number Diff line change
Expand Up @@ -506,5 +506,10 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss -->
<field name="name">website.s_split_intro_default_image</field>
<field name="url">/theme_kea/static/src/img/snippets/s_split_intro_default_image.webp</field>
</record>
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_kea/static/src/img/snippets/s_splash_intro_default_image.webp</field>
</record>

</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions theme_kiddo/views/images_library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -444,5 +444,11 @@
<field name="name">website.s_split_intro_default_image</field>
<field name="url">/theme_kiddo/static/src/img/snippets/s_split_intro_default_image.webp</field>
</record>
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_kiddo/static/src/img/snippets/s_splash_intro_default_image.webp</field>
</record>


</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions theme_loftspace/views/images_content.xml
Original file line number Diff line number Diff line change
Expand Up @@ -441,5 +441,10 @@ Check in primary_variables.scss and theme.scss -->
<field name="name">website.s_split_intro_default_image</field>
<field name="url">/theme_loftspace/static/src/img/snippets/s_split_intro_default_image.webp</field>
</record>
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_loftspace/static/src/img/snippets/s_splash_intro_default_image.webp</field>
</record>

</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions theme_monglia/views/images_content.xml
Original file line number Diff line number Diff line change
Expand Up @@ -477,5 +477,10 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss -->
<field name="name">website.s_split_intro_default_image</field>
<field name="url">/theme_monglia/static/src/img/snippets/s_split_intro_default_image.webp</field>
</record>
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_monglia/static/src/img/snippets/s_splash_intro_default_image.webp</field>
</record>

</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions theme_notes/views/images_library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -462,5 +462,10 @@
<field name="name">website.s_split_intro_default_image</field>
<field name="url">/theme_notes/static/src/img/content/s_split_intro_default_image.webp</field>
</record>
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_notes/static/src/img/content/s_splash_intro_default_image.webp</field>
</record>

</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions theme_orchid/views/images.xml
Original file line number Diff line number Diff line change
Expand Up @@ -415,5 +415,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
<field name="name">website.s_split_intro_default_image</field>
<field name="url">/theme_orchid/static/src/img/snippets/s_split_intro_default_image.webp</field>
</record>
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_orchid/static/src/img/snippets/s_splash_intro_default_image.webp</field>
</record>

</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions theme_treehouse/views/images_library.xml
Original file line number Diff line number Diff line change
Expand Up @@ -604,4 +604,11 @@
<field name="url">/theme_treehouse/static/src/img/content/s_split_intro_default_image.webp</field>
</record>

<!-- Splash Intro -->
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_treehouse/static/src/img/content/s_splash_intro_default_image.webp</field>
</record>

</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions theme_vehicle/views/images.xml
Original file line number Diff line number Diff line change
Expand Up @@ -435,5 +435,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
<field name="name">website.s_split_intro_default_image</field>
<field name="url">/theme_vehicle/static/src/img/snippets/s_split_intro_default_image.webp</field>
</record>
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_vehicle/static/src/img/snippets/s_splash_intro_default_image.webp</field>
</record>

</odoo>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions theme_yes/views/images.xml
Original file line number Diff line number Diff line change
Expand Up @@ -531,4 +531,11 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin
<field name="url">/theme_yes/static/src/img/snippets/s_kickoff_default_image.webp</field>
</record>

<!-- // Splash Intro // -->
<record id="s_splash_intro_default_image" model="theme.ir.attachment">
<field name="key">website.s_splash_intro_default_image</field>
<field name="name">website.s_splash_intro_default_image</field>
<field name="url">/theme_yes/static/src/img/snippets/s_splash_intro_default_image.webp</field>
</record>

</odoo>