mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_anelusia, *: adapt mismatched theme images
*: theme_bistro, theme_buzzy, theme_clean, theme_kea, theme_kiddo, theme_notes, theme_real_estate, theme_vehicle, theme_avantgarde Prior to this change, some themes were still using default images for certain snippets. These images didn't correspond to the subject of the chosen theme. This commit replaces these images with more relevant ones. task-4215915 closes odoo/design-themes#958 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 94 KiB |
@@ -412,5 +412,25 @@
|
||||
<field name="name">website.s_empowerment_default_image</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/s_empowerment_default_image.jpg</field>
|
||||
</record>
|
||||
<record id="s_showcase_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_showcase_default_image</field>
|
||||
<field name="name">website.s_showcase_default_image</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_25.jpg</field>
|
||||
</record>
|
||||
<record id="s_sidegrid_default_image_3" model="theme.ir.attachment">
|
||||
<field name="key">website.s_sidegrid_default_image_3</field>
|
||||
<field name="name">website.s_sidegrid_default_image_3</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_22.jpg</field>
|
||||
</record>
|
||||
<record id="s_cta_box_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_cta_box_default_image</field>
|
||||
<field name="name">website.s_cta_box_default_image</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_27.jpg</field>
|
||||
</record>
|
||||
<record id="s_image_punchy_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_image_punchy_default_image</field>
|
||||
<field name="name">website.s_image_punchy_default_image</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/s_image_punchy_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -14,10 +14,6 @@
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Experience a memorable concert with local artists<br/><br/>
|
||||
</xpath>
|
||||
<!-- Image -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="src">/theme_nano/static/src/img/theme/19.jpg</attribute>
|
||||
</xpath>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
|
||||
View the agenda
|
||||
|
||||
Reference in New Issue
Block a user