[IMP] theme_*: adapt s_numbers_framed across design themes

*: artists, avantgarde, aviato, beauty, bewise, bistro, bookstore, buzzy,
clean, cobalt, enark, graphene, kea, kiddo, loftspace, monglia, nano,
botes, odoo_experts, orchid, paptic, real_estate, treehouse, vehicle,
yes,zap.

This commit adapts the design of the `s_numbers_framed` occurrences
across design themes.

task-4094384
Part of task-4077427

closes odoo/design-themes#1000

Related: odoo/odoo#175700
Signed-off-by: Christopher du Toit (chto) <chto@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-10-28 10:47:36 +01:00
parent 0a08e9dfcd
commit f4539c4d3c
45 changed files with 520 additions and 0 deletions
+1
View File
@@ -108,6 +108,7 @@
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_form_aside.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+18
View File
@@ -935,4 +935,22 @@
</xpath>
</template>
<!-- ======== NUMBERS FRAMED ======== -->
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -59,6 +59,7 @@
'views/snippets/s_company_team_spotlight.xml',
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -62,6 +62,7 @@
'views/snippets/s_empowerment.xml',
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+18
View File
@@ -1211,4 +1211,22 @@
</xpath>
</template>
<!-- ======== NUMBERS FRAMED ======== -->
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -59,6 +59,7 @@
'views/snippets/s_company_team_grid.xml',
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -64,6 +64,7 @@
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_company_team_card.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -68,6 +68,7 @@
'views/snippets/s_empowerment.xml',
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc3" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc1" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc1" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc1" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -47,6 +47,7 @@
'views/snippets/s_empowerment.xml',
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_company_team_card.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc3" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+14
View File
@@ -762,4 +762,18 @@
</xpath>
</template>
<!-- ======== FRAMED NUMBERS ======== -->
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -55,6 +55,7 @@
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_company_team_card.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+18
View File
@@ -645,4 +645,22 @@
</xpath>
</template>
<!-- ======== NUMBERS FRAMED ======== -->
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -56,6 +56,7 @@
'views/snippets/s_text_cover.xml',
'views/snippets/s_empowerment.xml',
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -59,6 +59,7 @@
'views/snippets/s_company_team_grid.xml',
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -57,6 +57,7 @@
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_company_team_card.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+18
View File
@@ -1119,4 +1119,22 @@
</xpath>
</template>
<!-- ======== NUMBERS FRAMED ======== -->
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -56,6 +56,7 @@
'views/snippets/s_company_team_card.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_form_aside.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -70,6 +70,7 @@
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_form_aside.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -54,6 +54,7 @@
'views/snippets/s_mockup_image.xml',
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_company_team_card.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -58,6 +58,7 @@
'views/snippets/s_empowerment.xml',
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+14
View File
@@ -809,4 +809,18 @@
</xpath>
</template>
<!-- ==== NUMBERS FRAMED ===== -->
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -52,6 +52,7 @@
'views/snippets/s_empowerment.xml',
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -57,6 +57,7 @@
'views/snippets/s_empowerment.xml',
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+18
View File
@@ -975,4 +975,22 @@
</xpath>
</template>
<!-- ======== NUMBERS FRAMED ======== -->
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -63,6 +63,7 @@
'views/snippets/s_features.xml',
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_split_intro.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -53,6 +53,7 @@
'views/snippets/s_images_constellation.xml',
'views/snippets/s_empowerment.xml',
'views/snippets/s_numbers_boxed.xml',
'views/snippets/s_numbers_framed.xml',
'views/new_page_template.xml',
],
'images': [
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_numbers_framed" inherit_id="website.s_numbers_framed">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
<!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-4')][1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-4')][3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
</template>
</odoo>