-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] theme_*: review
s_numbers_boxed
snippet occurrences
*: 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 reviews the occurrences of the `s_numbers_boxed` snippet within themes task-4094382 Part of task-4077427
- Loading branch information
Showing
46 changed files
with
699 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?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="data-oe-shape-data">{"shape":"web_editor/Wavy/28", "colors":{"c1": "o-color-1", "c3": "o-color-5"}, "flip":[], "showOnMobile":true}</attribute> | ||
</xpath> | ||
<!-- Shape --> | ||
<xpath expr="//div[hasclass('container')]" position="before"> | ||
<div class="o_we_shape o_web_editor_Wavy_28 o_we_animated" style="background-image: url('/web_editor/shape/web_editor/Wavy/28.svg?c1=o-color-1&c3=o-color-5&);"/> | ||
</xpath> | ||
<!-- Grid Item --> | ||
<xpath expr="//div[hasclass('o_grid_item')]" position="attributes"> | ||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="//div[hasclass('o_grid_item')]//h3" position="replace" mode="inner"> | ||
30+ | ||
</xpath> | ||
<!-- Grid Item 2 --> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[2]" position="attributes"> | ||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[2]//h3" position="replace" mode="inner"> | ||
45% | ||
</xpath> | ||
<!-- Grid Item 3 --> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes"> | ||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner"> | ||
8+ | ||
</xpath> | ||
</template> | ||
|
||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?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="data-oe-shape-data">{"shape":"web_editor/Float/12", "flip":[], "showOnMobile":true}</attribute> | ||
</xpath> | ||
<!-- Shape --> | ||
<xpath expr="//div[hasclass('container')]" position="before"> | ||
<div class="o_we_shape o_web_editor_Floats_12 o_we_animated"/> | ||
</xpath> | ||
</template> | ||
|
||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?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="data-oe-shape-data">{"shape":"web_editor/Blobs/06", "flip":[], "showOnMobile":true}</attribute> | ||
</xpath> | ||
<!-- Shape --> | ||
<xpath expr="//div[hasclass('container')]" position="before"> | ||
<div class="o_we_shape o_web_editor_Blobs_06"/> | ||
</xpath> | ||
<!-- Grid Item --> | ||
<xpath expr="//div[hasclass('o_grid_item')]" position="attributes"> | ||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="//div[hasclass('o_grid_item')]//h3" position="replace" mode="inner"> | ||
30+ | ||
</xpath> | ||
<!-- Grid Item 2 --> | ||
<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"> | ||
45% | ||
</xpath> | ||
<!-- Grid Item 3 --> | ||
<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"> | ||
8+ | ||
</xpath> | ||
</template> | ||
|
||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?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="data-oe-shape-data">{"shape":"web_editor/Blobs/12", "colors":{"c1": "o-color-2"}, "flip":[], "showOnMobile":true}</attribute> | ||
</xpath> | ||
<!-- Shape --> | ||
<xpath expr="//div[hasclass('container')]" position="before"> | ||
<div class="o_we_shape o_web_editor_Blobs_12" style="background-image: url('/web_editor/shape/web_editor/Blobs/12.svg?c1=o-color-2&);"/> | ||
</xpath> | ||
<!-- Grid Item --> | ||
<xpath expr="//div[hasclass('o_grid_item')]" position="attributes"> | ||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="//div[hasclass('o_grid_item')]//h3" position="replace" mode="inner"> | ||
30+ | ||
</xpath> | ||
<!-- Grid Item 2 --> | ||
<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"> | ||
45% | ||
</xpath> | ||
<!-- Grid Item 3 --> | ||
<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"> | ||
8+ | ||
</xpath> | ||
</template> | ||
|
||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?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')]" position="attributes"> | ||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="//div[hasclass('o_grid_item')]//h3" position="replace" mode="inner"> | ||
30+ | ||
</xpath> | ||
<!-- Grid Item 2 --> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[2]" position="attributes"> | ||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[2]//h3" position="replace" mode="inner"> | ||
45% | ||
</xpath> | ||
<!-- Grid Item 3 --> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes"> | ||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner"> | ||
8+ | ||
</xpath> | ||
</template> | ||
|
||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?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="data-oe-shape-data">{"shape":"web_editor/Blobs/08", "colors":{"c1": "o-color-1"}, "flip":[], "showOnMobile":true}</attribute> | ||
</xpath> | ||
<!-- Shape --> | ||
<xpath expr="//div[hasclass('container')]" position="before"> | ||
<div class="o_we_shape o_web_editor_Blobs_08" style="background-image: url('/web_editor/shape/web_editor/Blobs/08.svg?c1=o-color-1&);"/> | ||
</xpath> | ||
<!-- Grid Item --> | ||
<xpath expr="//div[hasclass('o_grid_item')]" position="attributes"> | ||
<attribute name="class" add="o_cc2" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="//div[hasclass('o_grid_item')]//h3" position="replace" mode="inner"> | ||
30+ | ||
</xpath> | ||
<!-- Grid Item 2 --> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[2]" position="attributes"> | ||
<attribute name="class" add="o_cc2" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[2]//h3" position="replace" mode="inner"> | ||
45% | ||
</xpath> | ||
<!-- Grid Item 3 --> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes"> | ||
<attribute name="class" add="o_cc2" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner"> | ||
8+ | ||
</xpath> | ||
</template> | ||
|
||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?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_cc2" remove="o_cc5" separator=" "/> | ||
</xpath> | ||
<!-- Grid Item --> | ||
<xpath expr="//div[hasclass('o_grid_item')]" position="attributes"> | ||
<attribute name="class" add="o_cc1" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="//div[hasclass('o_grid_item')]//h3" position="replace" mode="inner"> | ||
30+ | ||
</xpath> | ||
<!-- Grid Item 2 --> | ||
<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"> | ||
45% | ||
</xpath> | ||
<!-- Grid Item 3 --> | ||
<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"> | ||
8+ | ||
</xpath> | ||
</template> | ||
|
||
</odoo> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?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')]" position="attributes"> | ||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="//div[hasclass('o_grid_item')]//h3" position="replace" mode="inner"> | ||
30+ | ||
</xpath> | ||
<!-- Grid Item 2 --> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[2]" position="attributes"> | ||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[2]//h3" position="replace" mode="inner"> | ||
45% | ||
</xpath> | ||
<!-- Grid Item 3 --> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes"> | ||
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/> | ||
</xpath> | ||
<xpath expr="(//div[hasclass('o_grid_item')])[3]//h3" position="replace" mode="inner"> | ||
8+ | ||
</xpath> | ||
</template> | ||
|
||
</odoo> |
Oops, something went wrong.