[IMP] theme_*: adapt themes with new s_framed_intro snippet

*: (artists, aviato, beauty, kea, kiddo, nano, notes, orchid, vehicle,
yes, zap)

This commit adapts the design of new `s_framed_intro` snippet for
multiple themes.

task-4077595

closes odoo/design-themes#852

Related: odoo/odoo#175612
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
This commit is contained in:
Antoine (anso)
2024-08-03 16:14:32 +02:00
parent 0b567d15c6
commit 786b968151
21 changed files with 199 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@
'views/snippets/s_image_gallery.xml',
'views/snippets/s_freegrid.xml',
'views/snippets/s_quadrant.xml',
'views/snippets/s_framed_intro.xml',
'views/snippets/s_unveil.xml',
'views/snippets/s_numbers_showcase.xml',
'views/snippets/s_key_benefits.xml',
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_framed_intro" inherit_id="website.s_framed_intro">
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_masonry_block_default_image_1</attribute>
</xpath>
</template>
</odoo>