[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:
mano-odoo
2024-09-16 21:26:08 +02:00
parent dbfbe10d70
commit d424e76954
13 changed files with 586 additions and 256 deletions
+15
View File
@@ -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>