mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[FIX] theme_*: adapt snippets after secondary color fixes
*: anelusia, artists, avantgarde, aviato, beauty, bewise, bistro,
bookstore, buzzy, clean, cobalt, enark, kea, kiddo, loftspace, monglia,
nano, notes, odoo_experts, orchid, paptic, real_estate, treehouse,
vehicle, yes, zap
This commit adapts multiple snippets after they were changed in the
community counterpart of this PR.
task-5072830
closes odoo/design-themes#1148
X-original-commit: 233a091b09
Related: odoo/odoo#227101
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
Signed-off-by: Antoine Sougné (anso) <anso@odoo.com>
This commit is contained in:
@@ -12,21 +12,21 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc1" remove="o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Container -->
|
<!-- Container -->
|
||||||
<xpath expr="//div[hasclass('row')]" position="attributes">
|
<xpath expr="//div[hasclass('row')]" position="attributes">
|
||||||
|
|||||||
@@ -113,6 +113,7 @@
|
|||||||
'views/snippets/s_split_intro.xml',
|
'views/snippets/s_split_intro.xml',
|
||||||
'views/snippets/s_form_aside.xml',
|
'views/snippets/s_form_aside.xml',
|
||||||
'views/snippets/s_numbers_framed.xml',
|
'views/snippets/s_numbers_framed.xml',
|
||||||
|
'views/snippets/s_company_team_card.xml',
|
||||||
'views/new_page_template.xml',
|
'views/new_page_template.xml',
|
||||||
],
|
],
|
||||||
'images': [
|
'images': [
|
||||||
|
|||||||
+9
-5
@@ -1,22 +1,26 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Aviato s_company_team_card">
|
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Artists's s_company_team_card">
|
||||||
|
<!-- Section -->
|
||||||
|
<xpath expr="//section" position="attributes">
|
||||||
|
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
|
||||||
|
</xpath>
|
||||||
<!-- Team Member 1 -->
|
<!-- Team Member 1 -->
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
<xpath expr="//div[hasclass('card')]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 2 -->
|
<!-- Team Member 2 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 3 -->
|
<!-- Team Member 3 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 4 -->
|
<!-- Team Member 4 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -6,19 +6,19 @@
|
|||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc o_cc5" separator=" "/>
|
<attribute name="class" add="o_cc o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Chart card -->
|
|
||||||
<xpath expr="//div[hasclass('o_grid_item')]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc2" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Progress bars -->
|
<!-- Progress bars -->
|
||||||
<xpath expr="//div[hasclass('progress-bar')]" position="attributes">
|
<xpath expr="//div[hasclass('progress-bar')]" position="attributes">
|
||||||
<attribute name="class" add="bg-o-color-1" remove="bg-o-color-2" separator=" "/>
|
<attribute name="class" add="bg-o-color-1" remove="bg-o-color-5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('progress-bar')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('progress-bar')])[2]" position="attributes">
|
||||||
<attribute name="class" add="bg-o-color-1" remove="bg-o-color-2" separator=" "/>
|
<attribute name="class" add="bg-o-color-1" remove="bg-o-color-5" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
<!-- Chart card -->
|
||||||
|
<xpath expr="//div[hasclass('o_grid_item')][4]" position="attributes">
|
||||||
|
<attribute name="class" add="border" remove="o_cc o_cc2" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('s_chart')])" position="attributes">
|
<xpath expr="(//div[hasclass('s_chart')])" position="attributes">
|
||||||
<attribute name="data-data">{"labels":["First","Second"],"datasets":[{"label":"One","data":["25","75"],"backgroundColor":["o-color-1","o-color-2"],"borderColor":["",""]}]}</attribute>
|
<attribute name="data-data">{"labels":["First","Second"],"datasets":[{"label":"One","data":["25","75"],"backgroundColor":["o-color-2","o-color-1"],"borderColor":["",""]}]}</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//h1" position="replace" mode="inner">
|
<xpath expr="//h1" position="replace" mode="inner">
|
||||||
Share Art.<br/>Effortlessly.
|
Share Art.<br/>Effortlessly.
|
||||||
|
|||||||
@@ -881,21 +881,21 @@
|
|||||||
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
@@ -903,26 +903,6 @@
|
|||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- ======== COMPANY TEAM GRID ======== -->
|
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Avantgarde s_company_team_card">
|
|
||||||
<!-- Team Member 1 -->
|
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 4 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<!-- ======== SPLIT INTRO ======== -->
|
<!-- ======== SPLIT INTRO ======== -->
|
||||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
|
|||||||
@@ -41,7 +41,6 @@
|
|||||||
'views/snippets/s_striped_center_top.xml',
|
'views/snippets/s_striped_center_top.xml',
|
||||||
'views/snippets/s_showcase.xml',
|
'views/snippets/s_showcase.xml',
|
||||||
'views/snippets/s_quadrant.xml',
|
'views/snippets/s_quadrant.xml',
|
||||||
'views/snippets/s_company_team_card.xml',
|
|
||||||
'views/snippets/s_unveil.xml',
|
'views/snippets/s_unveil.xml',
|
||||||
'views/snippets/s_accordion_image.xml',
|
'views/snippets/s_accordion_image.xml',
|
||||||
'views/snippets/s_key_benefits.xml',
|
'views/snippets/s_key_benefits.xml',
|
||||||
|
|||||||
@@ -12,21 +12,21 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
|
|||||||
@@ -12,21 +12,21 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc2" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc2" remove="o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<xpath expr="//h1" position="replace" mode="inner">
|
<xpath expr="//h1" position="replace" mode="inner">
|
||||||
|
|||||||
@@ -1093,7 +1093,7 @@
|
|||||||
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<xpath expr="//h1" position="replace">
|
<xpath expr="//h1" position="replace">
|
||||||
@@ -1157,23 +1157,14 @@
|
|||||||
<div class="o_we_shape o_html_builder_Blobs_17" style="background-image: url('/html_editor/shape/html_builder/Blobs/17.svg?c5=rgba(0,0,0,0.25)');"/>
|
<div class="o_we_shape o_html_builder_Blobs_17" style="background-image: url('/html_editor/shape/html_builder/Blobs/17.svg?c5=rgba(0,0,0,0.25)');"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
</xpath>
|
</xpath>
|
||||||
@@ -1181,21 +1172,25 @@
|
|||||||
|
|
||||||
<!-- ======== COMPANY TEAM CARD ======== -->
|
<!-- ======== COMPANY TEAM CARD ======== -->
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Be Wise s_company_team_card">
|
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Be Wise s_company_team_card">
|
||||||
|
<!-- Section -->
|
||||||
|
<xpath expr="//section" position="attributes">
|
||||||
|
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
|
||||||
|
</xpath>
|
||||||
<!-- Team Member 1 -->
|
<!-- Team Member 1 -->
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
<xpath expr="//div[hasclass('card')]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 2 -->
|
<!-- Team Member 2 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 3 -->
|
<!-- Team Member 3 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 4 -->
|
<!-- Team Member 4 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -2,21 +2,25 @@
|
|||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Bistro's s_company_team_card">
|
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Bistro's s_company_team_card">
|
||||||
|
<!-- Section -->
|
||||||
|
<xpath expr="//section" position="attributes">
|
||||||
|
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
|
||||||
|
</xpath>
|
||||||
<!-- Team Member 1 -->
|
<!-- Team Member 1 -->
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
<xpath expr="//div[hasclass('card')]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 2 -->
|
<!-- Team Member 2 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 3 -->
|
<!-- Team Member 3 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 4 -->
|
<!-- Team Member 4 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -4,21 +4,21 @@
|
|||||||
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
|
|||||||
@@ -62,7 +62,6 @@
|
|||||||
'views/snippets/s_accordion.xml',
|
'views/snippets/s_accordion.xml',
|
||||||
'views/snippets/s_accordion_image.xml',
|
'views/snippets/s_accordion_image.xml',
|
||||||
'views/snippets/s_numbers_boxed.xml',
|
'views/snippets/s_numbers_boxed.xml',
|
||||||
'views/snippets/s_company_team_card.xml',
|
|
||||||
'views/snippets/s_split_intro.xml',
|
'views/snippets/s_split_intro.xml',
|
||||||
'views/snippets/s_numbers_framed.xml',
|
'views/snippets/s_numbers_framed.xml',
|
||||||
'views/new_page_template.xml',
|
'views/new_page_template.xml',
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<odoo>
|
|
||||||
|
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Bookstore's s_company_team_card">
|
|
||||||
<!-- Team Member 1 -->
|
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 4 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
</odoo>
|
|
||||||
@@ -12,21 +12,21 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc2" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc2" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc2" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
|
|||||||
@@ -58,7 +58,6 @@
|
|||||||
'views/snippets/s_image_hexagonal.xml',
|
'views/snippets/s_image_hexagonal.xml',
|
||||||
'views/snippets/s_image_punchy.xml',
|
'views/snippets/s_image_punchy.xml',
|
||||||
'views/snippets/s_striped_center_top.xml',
|
'views/snippets/s_striped_center_top.xml',
|
||||||
'views/snippets/s_company_team_card.xml',
|
|
||||||
'views/snippets/s_image_title.xml',
|
'views/snippets/s_image_title.xml',
|
||||||
'views/snippets/s_key_images.xml',
|
'views/snippets/s_key_images.xml',
|
||||||
'views/snippets/s_big_number.xml',
|
'views/snippets/s_big_number.xml',
|
||||||
|
|||||||
@@ -132,7 +132,7 @@
|
|||||||
|
|
||||||
<template id="new_page_template_about_s_text_cover" inherit_id="website.new_page_template_about_s_text_cover">
|
<template id="new_page_template_about_s_text_cover" inherit_id="website.new_page_template_about_s_text_cover">
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -224,7 +224,7 @@
|
|||||||
|
|
||||||
<template id="new_page_template_landing_s_text_cover" inherit_id="website.new_page_template_landing_s_text_cover">
|
<template id="new_page_template_landing_s_text_cover" inherit_id="website.new_page_template_landing_s_text_cover">
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -321,7 +321,7 @@
|
|||||||
|
|
||||||
<template id="new_page_template_services_s_text_cover" inherit_id="website.new_page_template_services_s_text_cover">
|
<template id="new_page_template_services_s_text_cover" inherit_id="website.new_page_template_services_s_text_cover">
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<odoo>
|
|
||||||
|
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Buzzy's s_company_team_card">
|
|
||||||
<!-- Section -->
|
|
||||||
<xpath expr="//section" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc5" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
</odoo>
|
|
||||||
@@ -8,21 +8,21 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
|
|||||||
@@ -4,23 +4,23 @@
|
|||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Clean's s_company_team_card">
|
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Clean's s_company_team_card">
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc3" remove="o_cc5" separator=" "/>
|
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 1 -->
|
<!-- Team Member 1 -->
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
<xpath expr="//div[hasclass('card')]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 2 -->
|
<!-- Team Member 2 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 3 -->
|
<!-- Team Member 3 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 4 -->
|
<!-- Team Member 4 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -8,21 +8,21 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
|
|||||||
@@ -716,43 +716,27 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- ======== NUMBERS BOXED ======== -->
|
|
||||||
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
|
||||||
<!-- Grid Item -->
|
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<!-- ======== COMPANY TEAM CARD ======== -->
|
<!-- ======== COMPANY TEAM CARD ======== -->
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Cobalt's s_company_team_card">
|
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Cobalt's s_company_team_card">
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc5" separator=" "/>
|
<attribute name="class" add="o_cc1" remove="o_cc2" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 1 -->
|
<!-- Team Member 1 -->
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
<xpath expr="//div[hasclass('card')]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 2 -->
|
<!-- Team Member 2 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 3 -->
|
<!-- Team Member 3 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 4 -->
|
<!-- Team Member 4 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -52,8 +52,6 @@
|
|||||||
'views/snippets/s_images_constellation.xml',
|
'views/snippets/s_images_constellation.xml',
|
||||||
'views/snippets/s_text_cover.xml',
|
'views/snippets/s_text_cover.xml',
|
||||||
'views/snippets/s_empowerment.xml',
|
'views/snippets/s_empowerment.xml',
|
||||||
'views/snippets/s_numbers_boxed.xml',
|
|
||||||
'views/snippets/s_company_team_card.xml',
|
|
||||||
'views/snippets/s_split_intro.xml',
|
'views/snippets/s_split_intro.xml',
|
||||||
'views/snippets/s_numbers_framed.xml',
|
'views/snippets/s_numbers_framed.xml',
|
||||||
'views/new_page_template.xml',
|
'views/new_page_template.xml',
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<odoo>
|
|
||||||
|
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Enark's s_company_team_card">
|
|
||||||
<!-- Team Member 1 -->
|
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 4 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
</odoo>
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<odoo>
|
|
||||||
|
|
||||||
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
|
||||||
<!-- Grid Item -->
|
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
</odoo>
|
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<xpath expr="//h1" position="replace" mode="inner">
|
<xpath expr="//h1" position="replace" mode="inner">
|
||||||
|
|||||||
@@ -4,23 +4,23 @@
|
|||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Kea's s_company_team_card">
|
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Kea's s_company_team_card">
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc5" separator=" "/>
|
<attribute name="class" add="o_cc1" remove="o_cc2" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 1 -->
|
<!-- Team Member 1 -->
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
<xpath expr="//div[hasclass('card')]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 2 -->
|
<!-- Team Member 2 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 3 -->
|
<!-- Team Member 3 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 4 -->
|
<!-- Team Member 4 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -12,21 +12,21 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc2" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc2" remove="o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,6 @@
|
|||||||
'views/snippets/s_pricelist_boxed.xml',
|
'views/snippets/s_pricelist_boxed.xml',
|
||||||
'views/snippets/s_image_hexagonal.xml',
|
'views/snippets/s_image_hexagonal.xml',
|
||||||
'views/snippets/s_striped_center_top.xml',
|
'views/snippets/s_striped_center_top.xml',
|
||||||
'views/snippets/s_company_team_card.xml',
|
|
||||||
'views/snippets/s_image_title.xml',
|
'views/snippets/s_image_title.xml',
|
||||||
'views/snippets/s_key_images.xml',
|
'views/snippets/s_key_images.xml',
|
||||||
'views/snippets/s_intro_pill.xml',
|
'views/snippets/s_intro_pill.xml',
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<odoo>
|
|
||||||
|
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Kiddo's s_company_team_card">
|
|
||||||
<!-- Team Member 1 -->
|
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 4 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
</odoo>
|
|
||||||
@@ -8,21 +8,21 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
|
|||||||
@@ -57,8 +57,6 @@
|
|||||||
'views/snippets/s_wavy_grid.xml',
|
'views/snippets/s_wavy_grid.xml',
|
||||||
'views/snippets/s_text_cover.xml',
|
'views/snippets/s_text_cover.xml',
|
||||||
'views/snippets/s_empowerment.xml',
|
'views/snippets/s_empowerment.xml',
|
||||||
'views/snippets/s_numbers_boxed.xml',
|
|
||||||
'views/snippets/s_company_team_card.xml',
|
|
||||||
'views/snippets/s_split_intro.xml',
|
'views/snippets/s_split_intro.xml',
|
||||||
'views/snippets/s_numbers_framed.xml',
|
'views/snippets/s_numbers_framed.xml',
|
||||||
'views/new_page_template.xml',
|
'views/new_page_template.xml',
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<odoo>
|
|
||||||
|
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Kiddo's s_company_team_card">
|
|
||||||
<!-- Team Member 1 -->
|
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 4 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
</odoo>
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<odoo>
|
|
||||||
|
|
||||||
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
|
||||||
<!-- Grid Item -->
|
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
</odoo>
|
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//h1" position="replace" mode="inner">
|
<xpath expr="//h1" position="replace" mode="inner">
|
||||||
The next<br/> summer<br/> collection
|
The next<br/> summer<br/> collection
|
||||||
|
|||||||
@@ -894,7 +894,7 @@
|
|||||||
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//h1" position="replace" mode="inner">
|
<xpath expr="//h1" position="replace" mode="inner">
|
||||||
Plan Events. <br/>Effortlessly.
|
Plan Events. <br/>Effortlessly.
|
||||||
@@ -1065,39 +1065,23 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- ======== NUMBERS BOXED ======== -->
|
|
||||||
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
|
||||||
<!-- Grid Item -->
|
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<!-- ======== COMPANY TEAM CARD ======== -->
|
<!-- ======== COMPANY TEAM CARD ======== -->
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Monglia's s_company_team_card">
|
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Monglia's s_company_team_card">
|
||||||
<!-- Team Member 1 -->
|
<!-- Team Member 1 -->
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
<xpath expr="//div[hasclass('card')]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 2 -->
|
<!-- Team Member 2 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 3 -->
|
<!-- Team Member 3 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 4 -->
|
<!-- Team Member 4 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -56,7 +56,6 @@
|
|||||||
'views/snippets/s_cta_mobile.xml',
|
'views/snippets/s_cta_mobile.xml',
|
||||||
'views/snippets/s_company_team_spotlight.xml',
|
'views/snippets/s_company_team_spotlight.xml',
|
||||||
'views/snippets/s_website_form_cover.xml',
|
'views/snippets/s_website_form_cover.xml',
|
||||||
'views/snippets/s_numbers_boxed.xml',
|
|
||||||
'views/snippets/s_company_team_card.xml',
|
'views/snippets/s_company_team_card.xml',
|
||||||
'views/snippets/s_split_intro.xml',
|
'views/snippets/s_split_intro.xml',
|
||||||
'views/snippets/s_form_aside.xml',
|
'views/snippets/s_form_aside.xml',
|
||||||
|
|||||||
@@ -2,21 +2,25 @@
|
|||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Nano s_company_team_card">
|
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Nano s_company_team_card">
|
||||||
|
<!-- Section -->
|
||||||
|
<xpath expr="//section" position="attributes">
|
||||||
|
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
|
||||||
|
</xpath>
|
||||||
<!-- Team Member 1 -->
|
<!-- Team Member 1 -->
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
<xpath expr="//div[hasclass('card')]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 2 -->
|
<!-- Team Member 2 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 3 -->
|
<!-- Team Member 3 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 4 -->
|
<!-- Team Member 4 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<odoo>
|
|
||||||
|
|
||||||
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
|
||||||
<!-- Grid Item -->
|
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
</odoo>
|
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
<template id="s_text_cover" inherit_id="website.s_text_cover">
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -2,21 +2,25 @@
|
|||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Notes s_company_team_card">
|
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Notes s_company_team_card">
|
||||||
|
<!-- Section -->
|
||||||
|
<xpath expr="//section" position="attributes">
|
||||||
|
<attribute name="class" add="o_cc3" remove="o_cc2" separator=" "/>
|
||||||
|
</xpath>
|
||||||
<!-- Team Member 1 -->
|
<!-- Team Member 1 -->
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
<xpath expr="//div[hasclass('card')]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 2 -->
|
<!-- Team Member 2 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 3 -->
|
<!-- Team Member 3 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 4 -->
|
<!-- Team Member 4 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -8,21 +8,21 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
|
|||||||
@@ -4,19 +4,19 @@
|
|||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Odoo Expert's s_company_team_card">
|
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Odoo Expert's s_company_team_card">
|
||||||
<!-- Team Member 1 -->
|
<!-- Team Member 1 -->
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
<xpath expr="//div[hasclass('card')]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 2 -->
|
<!-- Team Member 2 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 3 -->
|
<!-- Team Member 3 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 4 -->
|
<!-- Team Member 4 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -4,21 +4,21 @@
|
|||||||
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
|
|||||||
@@ -49,7 +49,6 @@
|
|||||||
'views/snippets/s_key_benefits.xml',
|
'views/snippets/s_key_benefits.xml',
|
||||||
'views/snippets/s_image_hexagonal.xml',
|
'views/snippets/s_image_hexagonal.xml',
|
||||||
'views/snippets/s_striped_center_top.xml',
|
'views/snippets/s_striped_center_top.xml',
|
||||||
'views/snippets/s_company_team_card.xml',
|
|
||||||
'views/snippets/s_key_images.xml',
|
'views/snippets/s_key_images.xml',
|
||||||
'views/snippets/s_kickoff.xml',
|
'views/snippets/s_kickoff.xml',
|
||||||
'views/snippets/s_intro_pill.xml',
|
'views/snippets/s_intro_pill.xml',
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<odoo>
|
|
||||||
|
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Orchid's s_company_team_card">
|
|
||||||
<!-- Team Member 1 -->
|
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Team Member 4 -->
|
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
</odoo>
|
|
||||||
@@ -4,21 +4,21 @@
|
|||||||
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
30+
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
45%
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
8+
|
8+
|
||||||
|
|||||||
@@ -791,23 +791,24 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
|
8+
|
||||||
<!-- ==== COMPANY TEAM CARD ===== -->
|
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Paptic s_company_team_card">
|
|
||||||
<!-- Section -->
|
|
||||||
<xpath expr="//section" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
|
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -8,15 +8,24 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc1" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
|
8+
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -55,7 +55,6 @@
|
|||||||
'views/snippets/s_wavy_grid.xml',
|
'views/snippets/s_wavy_grid.xml',
|
||||||
'views/snippets/s_text_cover.xml',
|
'views/snippets/s_text_cover.xml',
|
||||||
'views/snippets/s_empowerment.xml',
|
'views/snippets/s_empowerment.xml',
|
||||||
'views/snippets/s_numbers_boxed.xml',
|
|
||||||
'views/snippets/s_split_intro.xml',
|
'views/snippets/s_split_intro.xml',
|
||||||
'views/snippets/s_numbers_framed.xml',
|
'views/snippets/s_numbers_framed.xml',
|
||||||
'views/new_page_template.xml',
|
'views/new_page_template.xml',
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<odoo>
|
|
||||||
|
|
||||||
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
|
||||||
<!-- Section -->
|
|
||||||
<xpath expr="//section" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item -->
|
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
</odoo>
|
|
||||||
@@ -937,21 +937,6 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
|
||||||
<!-- Grid Item -->
|
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<!-- ======== SPLIT INTRO ======== -->
|
<!-- ======== SPLIT INTRO ======== -->
|
||||||
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
<template id="s_split_intro" inherit_id="website.s_split_intro">
|
||||||
<!-- Section -->
|
<!-- Section -->
|
||||||
|
|||||||
@@ -2,21 +2,25 @@
|
|||||||
<odoo>
|
<odoo>
|
||||||
|
|
||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Yes's s_company_team_card">
|
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Yes's s_company_team_card">
|
||||||
|
<!-- Section -->
|
||||||
|
<xpath expr="//section" position="attributes">
|
||||||
|
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
|
||||||
|
</xpath>
|
||||||
<!-- Team Member 1 -->
|
<!-- Team Member 1 -->
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
<xpath expr="//div[hasclass('card')]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 2 -->
|
<!-- Team Member 2 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 3 -->
|
<!-- Team Member 3 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 4 -->
|
<!-- Team Member 4 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -4,15 +4,24 @@
|
|||||||
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
||||||
<!-- Grid Item -->
|
<!-- Grid Item -->
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//div[hasclass('o_grid_item')][2]//h3" position="replace" mode="inner">
|
||||||
|
30+
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 2 -->
|
<!-- Grid Item 2 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner">
|
||||||
|
45%
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Grid Item 3 -->
|
<!-- Grid Item 3 -->
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc o_cc4" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="(//div[hasclass('o_grid_item')])[4]//h3" position="replace" mode="inner">
|
||||||
|
8+
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,6 @@
|
|||||||
'views/snippets/s_big_number.xml',
|
'views/snippets/s_big_number.xml',
|
||||||
'views/snippets/s_images_constellation.xml',
|
'views/snippets/s_images_constellation.xml',
|
||||||
'views/snippets/s_empowerment.xml',
|
'views/snippets/s_empowerment.xml',
|
||||||
'views/snippets/s_numbers_boxed.xml',
|
|
||||||
'views/snippets/s_numbers_framed.xml',
|
'views/snippets/s_numbers_framed.xml',
|
||||||
'views/new_page_template.xml',
|
'views/new_page_template.xml',
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -4,19 +4,19 @@
|
|||||||
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Zap's s_company_team_card">
|
<template id="s_company_team_card" inherit_id="website.s_company_team_card" name="Zap's s_company_team_card">
|
||||||
<!-- Team Member 1 -->
|
<!-- Team Member 1 -->
|
||||||
<xpath expr="//div[hasclass('card')]" position="attributes">
|
<xpath expr="//div[hasclass('card')]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 2 -->
|
<!-- Team Member 2 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 3 -->
|
<!-- Team Member 3 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Team Member 4 -->
|
<!-- Team Member 4 -->
|
||||||
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
|
||||||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<odoo>
|
|
||||||
|
|
||||||
<template id="s_numbers_boxed" inherit_id="website.s_numbers_boxed">
|
|
||||||
<!-- Section -->
|
|
||||||
<xpath expr="//section" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc3" remove="o_cc5" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item -->
|
|
||||||
<xpath expr="//div[hasclass('o_grid_item')][2]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 2 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
<!-- Grid Item 3 -->
|
|
||||||
<xpath expr="(//div[hasclass('o_grid_item')])[4]" position="attributes">
|
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
|
||||||
</xpath>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
</odoo>
|
|
||||||
@@ -12,11 +12,11 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
<!-- Progress 1 -->
|
<!-- Progress 1 -->
|
||||||
<xpath expr="(//div[hasclass('progress-bar')])[1]" position="attributes">
|
<xpath expr="(//div[hasclass('progress-bar')])[1]" position="attributes">
|
||||||
<attribute name="class" remove="bg-o-color-2" add="bg-o-color-1" separator=" "/>
|
<attribute name="class" remove="bg-o-color-5" add="bg-o-color-1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<!-- Progress 2 -->
|
<!-- Progress 2 -->
|
||||||
<xpath expr="(//div[hasclass('progress-bar')])[2]" position="attributes">
|
<xpath expr="(//div[hasclass('progress-bar')])[2]" position="attributes">
|
||||||
<attribute name="class" remove="bg-o-color-2" add="bg-o-color-1" separator=" "/>
|
<attribute name="class" remove="bg-o-color-5" add="bg-o-color-1" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user