mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt s_website_form_cover snippet
*: theme_anelusia, theme_artists, theme_avantgarde, theme_aviato, theme_beauty, theme_bewise, theme_bistro, theme_bookstore, theme_clean, theme_cobalt, theme_enark, theme_graphene, theme_kea, theme_kiddo, theme_monglia, theme_nano, theme_notes, theme_odoo_experts, theme_orchid , theme_paptic, theme_real_estate, theme_treehouse, theme_vehicle, theme_yes, theme_zap This commit reviews the occurrences of `s_website_form_cover` across design themes. task-4138250 closes odoo/design-themes#1010 Part-of: task-4077427 Related: odoo/odoo#178102 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
committed by
qsm-odoo
parent
99b5db0139
commit
3e1fe98a4e
@@ -454,4 +454,11 @@
|
||||
<field name="url">/theme_cobalt/static/src/img/pictures/s_cover.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Website Form Cover -->
|
||||
<record id="s_website_form_cover_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_website_form_cover_default_image</field>
|
||||
<field name="name">website.s_website_form_cover_default_image</field>
|
||||
<field name="url">/theme_cobalt/static/src/img/pictures/s_picture.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user