mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt s_timeline_images to themes
theme_anelusia, theme_artists, theme_buzzy, theme_nano, theme_yes This commit adapt the `s_timeline_images` snippet to the themes. task-4105285 Part of task-4077427 closes odoo/design-themes#995 Related: odoo/odoo#184760 Signed-off-by: Ivan Klapka (ivkl) <ivkl@odoo.com>
This commit is contained in:
@@ -497,4 +497,16 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin
|
||||
<field name="url">/theme_yes/static/src/img/snippets/library_image_10.webp</field>
|
||||
</record>
|
||||
|
||||
<!-- // Timeline Images // -->
|
||||
<record id="s_timeline_images_default_image_1" model="theme.ir.attachment">
|
||||
<field name="key">website.s_timeline_images_default_image_1</field>
|
||||
<field name="name">website.s_timeline_images_default_image_1</field>
|
||||
<field name="url">/theme_yes/static/src/img/snippets/s_pricelist_boxed_default_background.jpg</field>
|
||||
</record>
|
||||
<record id="s_timeline_images_default_image_2" model="theme.ir.attachment">
|
||||
<field name="key">website.s_timeline_images_default_image_2</field>
|
||||
<field name="name">website.s_timeline_images_default_image_2</field>
|
||||
<field name="url">/theme_yes/static/src/img/snippets/s_kickoff_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user