[IMP] theme_odoo_experts: fine tune the theme with device shapes

This commit improves the global layout of theme_odoo_experts to give
more variety with the others corporate themes (buzzy, graphene, clean,
etc.).
The purpose is to have a theme that can be used to present an
application and to promote the new category of device shapes.

task-2666049

closes odoo/design-themes#525

Related: odoo/odoo#79068
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Brieuc-brd
2021-10-14 12:52:02 +00:00
committed by qsm-odoo
parent dc2f511202
commit f3f495d29f
19 changed files with 433 additions and 362 deletions
+17
View File
@@ -206,4 +206,21 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
<field name="url">/theme_odoo_experts/static/src/img/snippets/s_product_catalog_default_image.jpg</field>
</record>
<!-- Use custom records to prevent some images from changing by the Configurator -->
<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_odoo_experts/static/src/img/snippets/s_image_text_device.jpg</field>
</record>
<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_odoo_experts/static/src/img/snippets/s_image_text_device_perspective.jpg</field>
</record>
<record id="s_picture_default_image_bg" model="theme.ir.attachment">
<field name="key">website.s_picture_default_image_bg</field>
<field name="name">website.s_picture_default_image_bg</field>
<field name="url">/theme_odoo_experts/static/src/img/snippets/s_picture_bg.jpg</field>
</record>
</odoo>