mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_*: avoid theme cross-references
theme_*: theme_anelusia, theme_artists Based on the output from the test added in the previous commit, this commit adapts references to start from a clean state. task-4146886 closes odoo/design-themes#889 Signed-off-by: Arthur Detroux (ard) <ard@odoo.com>
This commit is contained in:
@@ -83,7 +83,7 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
|
||||
<record id="s_three_columns_default_image_2" model="theme.ir.attachment">
|
||||
<field name="key">website.s_three_columns_default_image_2</field>
|
||||
<field name="name">website.s_three_columns_default_image_2</field>
|
||||
<field name="url">/theme_loftspace/static/src/img/snippets/library_image_13.jpg</field>
|
||||
<field name="url">/theme_artists/static/src/img/snippets/library_image_13.jpg</field>
|
||||
</record>
|
||||
<record id="library_image_11" model="theme.ir.attachment">
|
||||
<field name="key">website.library_image_11</field>
|
||||
|
||||
Reference in New Issue
Block a user