[IMP] theme_graphene: revamp the theme
task-4178075 Part of task-4177975 closes odoo/design-themes#913 Signed-off-by: Robin Lejeune (role) <role@odoo.com>
This commit is contained in:
@@ -432,6 +432,21 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin
|
||||
<field name="url">/theme_graphene/static/src/img/pictures/content_08.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Image Text Device -->
|
||||
<!-- This record is required to allow replacing the image with the web_editor -->
|
||||
<record id="s_image_text_device" model="theme.ir.attachment">
|
||||
<field name="key">website.s_image_text_device</field>
|
||||
<field name="name">website.s_image_text_device</field>
|
||||
<field name="url">/theme_graphene/static/src/img/pictures/s_image_text_device.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Image Text Device Perspective -->
|
||||
<record id="s_image_text_device_perspective" model="theme.ir.attachment">
|
||||
<field name="key">website.s_image_text_device_perspective</field>
|
||||
<field name="name">website.s_image_text_device_perspective</field>
|
||||
<field name="url">/theme_graphene/static/src/img/pictures/s_image_text_device_perspective.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Kickoff -->
|
||||
<record id="s_kickoff_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_kickoff_default_image</field>
|
||||
|
||||
Reference in New Issue
Block a user