mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt themes with new s_image_punchy snippet
*: (artists, aviato, beauty, bistro, bewise, bookstore, cobalt, kiddo, orchid, paptic, vehicle, yes) This commit adapts the design of new `s_image_punchy` snippet for multiple themes. Part of task-4077427 task-4105331 closes odoo/design-themes#861 Related: odoo/odoo#176290 Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
This commit is contained in:
committed by
Serge Bayet (seba)
parent
9d99583ab9
commit
9e3ed4d127
@@ -21,6 +21,7 @@
|
||||
'views/snippets/s_product_list.xml',
|
||||
'views/snippets/s_banner.xml',
|
||||
'views/snippets/s_image_text.xml',
|
||||
'views/snippets/s_image_punchy.xml',
|
||||
'views/snippets/s_numbers.xml',
|
||||
'views/snippets/s_picture.xml',
|
||||
'views/snippets/s_pricelist_boxed.xml',
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_image_punchy" inherit_id="website.s_image_punchy">
|
||||
<!-- Image -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user