mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_anelusia, *: adapt s_numbers_showcase
*: theme_artists, theme_beauty, theme_buzzy, theme_kiddo, theme_nano, theme_orchid, theme_zap, theme_bookstore This commit adds customizations related to s_numbers_showcase, added in PR [1] task-4094383 Part of task-4077427 [1]: https://github.com/odoo/odoo/pull/175746 closes odoo/design-themes#856 Related: odoo/odoo#175746 Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
'views/snippets/s_text_image.xml',
|
||||
'views/snippets/s_product_catalog.xml',
|
||||
'views/snippets/s_unveil.xml',
|
||||
'views/snippets/s_numbers_showcase.xml',
|
||||
'views/new_page_template.xml',
|
||||
],
|
||||
'images': [
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_numbers_showcase" inherit_id="website.s_numbers_showcase">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="data-oe-shape-data">{'shape':'web_editor/Floats/13','flip':[]}</attribute>
|
||||
</xpath>
|
||||
<!-- Shape -->
|
||||
<xpath expr="//div[hasclass('container')]" position="before">
|
||||
<div class="o_we_shape o_web_editor_Floats_13 o_we_animated"/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user