[IMP] theme_graphene: update the theme
This commit updates the theme to improve the design with new colors, new pictures and new snippet customizations. task-2612003 Part-of: odoo/design-themes#500
@@ -16,6 +16,12 @@
|
|||||||
'static/description/graphene_poster.jpg',
|
'static/description/graphene_poster.jpg',
|
||||||
'static/description/graphene_screenshot.jpg',
|
'static/description/graphene_screenshot.jpg',
|
||||||
],
|
],
|
||||||
|
'images_preview_theme': {
|
||||||
|
'website.s_cover_default_image': '/theme_graphene/static/src/img/pictures/bg_image_08.jpg',
|
||||||
|
'website.s_text_image_default_image': '/theme_graphene/static/src/img/pictures/content_02.jpg',
|
||||||
|
'website.s_parallax_default_image': '/theme_graphene/static/src/img/pictures/content_12.jpg',
|
||||||
|
'website.s_picture_default_image': '/theme_graphene/static/src/img/pictures/content_04.jpg',
|
||||||
|
},
|
||||||
'depends': ['theme_common'],
|
'depends': ['theme_common'],
|
||||||
'license': 'LGPL-3',
|
'license': 'LGPL-3',
|
||||||
'live_test_url': 'https://theme-graphene.odoo.com',
|
'live_test_url': 'https://theme-graphene.odoo.com',
|
||||||
|
|||||||
@@ -1,29 +1,35 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<data>
|
|
||||||
|
|
||||||
<record id="theme_graphene.s_showcase_slider_000_variables_scss" model="theme.ir.asset">
|
<record id="theme_graphene.s_showcase_slider_000_variables_scss" model="theme.ir.asset">
|
||||||
<field name="key">theme_graphene.s_showcase_slider_000_variables_scss</field>
|
<field name="key">theme_graphene.s_showcase_slider_000_variables_scss</field>
|
||||||
<field name="name">Showcase slider 000 variables SCSS</field>
|
<field name="name">Showcase slider 000 variables SCSS</field>
|
||||||
<field name="bundle">web._assets_primary_variables</field>
|
<field name="bundle">web._assets_primary_variables</field>
|
||||||
<field name="path">theme_graphene/static/src/old_snippets/s_showcase_slider/000_variables.scss</field>
|
<field name="path">theme_graphene/static/src/old_snippets/s_showcase_slider/000_variables.scss</field>
|
||||||
<field name="active" eval="False"/>
|
<field name="active" eval="False"/>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<record id="theme_graphene.primary_variables_scss" model="theme.ir.asset">
|
<record id="theme_graphene.primary_variables_scss" model="theme.ir.asset">
|
||||||
<field name="key">theme_graphene.primary_variables_scss</field>
|
<field name="key">theme_graphene.primary_variables_scss</field>
|
||||||
<field name="name">Primary variables SCSS</field>
|
<field name="name">Primary variables SCSS</field>
|
||||||
<field name="bundle">web._assets_primary_variables</field>
|
<field name="bundle">web._assets_primary_variables</field>
|
||||||
<field name="directive">append</field>
|
<field name="directive">append</field>
|
||||||
<field name="path">theme_graphene/static/src/scss/primary_variables.scss</field>
|
<field name="path">theme_graphene/static/src/scss/primary_variables.scss</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<record id="theme_graphene.secondary_variables_scss" model="theme.ir.asset">
|
<record id="theme_graphene.secondary_variables_scss" model="theme.ir.asset">
|
||||||
<field name="key">theme_graphene.secondary_variables_scss</field>
|
<field name="key">theme_graphene.secondary_variables_scss</field>
|
||||||
<field name="name">Secondary variables SCSS</field>
|
<field name="name">Secondary variables SCSS</field>
|
||||||
<field name="bundle">web._assets_secondary_variables</field>
|
<field name="bundle">web._assets_secondary_variables</field>
|
||||||
<field name="path">theme_graphene/static/src/scss/secondary_variables.scss</field>
|
<field name="path">theme_graphene/static/src/scss/secondary_variables.scss</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
<record id="theme_graphene.bootstrap_overridden_scss" model="theme.ir.asset">
|
||||||
|
<field name="key">theme_graphene.bootstrap_overridden_scss</field>
|
||||||
|
<field name="name">Bootstrap overridden SCSS</field>
|
||||||
|
<field name="bundle">web._assets_frontend_helpers</field>
|
||||||
|
<field name="directive">prepend</field>
|
||||||
|
<field name="path">theme_graphene/static/src/scss/bootstrap_overridden.scss</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
</data>
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ class ThemeGraphene(models.AbstractModel):
|
|||||||
# self.enable_asset('theme_common.compatibility_saas_10_2')
|
# self.enable_asset('theme_common.compatibility_saas_10_2')
|
||||||
|
|
||||||
self.disable_view('website.template_header_default')
|
self.disable_view('website.template_header_default')
|
||||||
self.enable_view('website.template_header_centered_logo')
|
self.enable_view('website.template_header_contact')
|
||||||
self.enable_header_off_canvas()
|
self.enable_header_off_canvas()
|
||||||
|
|
||||||
self.disable_view('website.footer_custom')
|
self.disable_view('website.footer_custom')
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 453 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 113 KiB After Width: | Height: | Size: 3.6 MiB |
|
After Width: | Height: | Size: 82 KiB |
|
After Width: | Height: | Size: 291 KiB |
|
After Width: | Height: | Size: 1.6 MiB |
@@ -17,16 +17,16 @@ const snippets = [
|
|||||||
name: 'Text - Image',
|
name: 'Text - Image',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 's_three_columns',
|
id: 's_numbers',
|
||||||
name: 'Columns',
|
name: 'Numbers',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 's_company_team',
|
id: 's_picture',
|
||||||
name: 'Team',
|
name: 'Picture',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 's_call_to_action',
|
id: 's_comparisons',
|
||||||
name: 'Call to Action',
|
name: 'Comparisons',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
// Headings font weight
|
||||||
|
|
||||||
|
$headings-font-weight: 700 !default;
|
||||||
@@ -56,17 +56,17 @@ $o-theme-color-palettes: map-merge($o-theme-color-palettes,
|
|||||||
// Fonts
|
// Fonts
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
$o-theme-h1-font-size-multiplier: (48.83 / 16);
|
$o-theme-h1-font-size-multiplier: (62 / 16);
|
||||||
$o-theme-h2-font-size-multiplier: (39.06 / 16);
|
$o-theme-h2-font-size-multiplier: (48 / 16);
|
||||||
$o-theme-h3-font-size-multiplier: (31.25 / 16);
|
$o-theme-h3-font-size-multiplier: (36 / 16);
|
||||||
$o-theme-h4-font-size-multiplier: (25.00 / 16);
|
$o-theme-h4-font-size-multiplier: (28 / 16);
|
||||||
$o-theme-h5-font-size-multiplier: (20.00 / 16);
|
$o-theme-h5-font-size-multiplier: (24 / 16);
|
||||||
$o-theme-h6-font-size-multiplier: 1.1;
|
$o-theme-h6-font-size-multiplier: (20 / 16);
|
||||||
|
|
||||||
$o-theme-font-configs: (
|
$o-theme-font-configs: (
|
||||||
'Heebo': (
|
'Assistant': (
|
||||||
'family': ('Heebo', sans-serif),
|
'family': ('Assistant', sans-serif),
|
||||||
'url': 'Heebo:300,300i,400,400i,700,700i',
|
'url': 'Assistant:300,300i,400,400i,700,700i',
|
||||||
),
|
),
|
||||||
'Abel': (
|
'Abel': (
|
||||||
'family': ('Abel', sans-serif),
|
'family': ('Abel', sans-serif),
|
||||||
@@ -96,11 +96,15 @@ $o-website-values-palettes: (
|
|||||||
'color-palettes-name': 'graphene-1',
|
'color-palettes-name': 'graphene-1',
|
||||||
|
|
||||||
'font-size-base': 1rem,
|
'font-size-base': 1rem,
|
||||||
'headings-font': 'Source Sans Pro',
|
|
||||||
|
'font': 'Source Sans Pro',
|
||||||
|
'headings-font': 'Assistant',
|
||||||
|
'navbar-font': 'Source Sans Pro',
|
||||||
|
'buttons-font': 'Source Sans Pro',
|
||||||
|
|
||||||
'btn-ripple': true,
|
'btn-ripple': true,
|
||||||
'layout': 'postcard',
|
'layout': 'boxed',
|
||||||
'hamburger-type': 'off-canvas',
|
'header-template': 'contact',
|
||||||
'header-template': 'centered_logo',
|
|
||||||
'footer-template': 'centered',
|
'footer-template': 'centered',
|
||||||
|
|
||||||
'btn-font-size-lg': 1rem,
|
'btn-font-size-lg': 1rem,
|
||||||
@@ -142,3 +146,6 @@ $o-color-palettes-compatibility-indexes: (
|
|||||||
|
|
||||||
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/02_001', (4: 2, 5: rgba(0, 0, 0, 0)));
|
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/02_001', (4: 2, 5: rgba(0, 0, 0, 0)));
|
||||||
$o-bg-shapes: add-extra-shape-colors-mapping('web_editor', 'Origins/02_001', 'second', (4: 2, 5: rgba(0, 0, 0, 0)));
|
$o-bg-shapes: add-extra-shape-colors-mapping('web_editor', 'Origins/02_001', 'second', (4: 2, 5: rgba(0, 0, 0, 0)));
|
||||||
|
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/06_001', (3: 2));
|
||||||
|
$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Zigs/01_001', (2: 4));
|
||||||
|
|
||||||
|
|||||||
@@ -10,16 +10,14 @@
|
|||||||
<xpath expr="//section/div[hasclass('container')]" position="before">
|
<xpath expr="//section/div[hasclass('container')]" position="before">
|
||||||
<div class="o_we_shape o_web_editor_Origins_02_001"/>
|
<div class="o_we_shape o_web_editor_Origins_02_001"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
<xpath expr="//h1" position="replace"/>
|
<xpath expr="//h1" position="replace"/>
|
||||||
<xpath expr="//p" position="replace"/>
|
<xpath expr="//p" position="replace"/>
|
||||||
<xpath expr="//p" position="replace"/>
|
<xpath expr="//p" position="replace"/>
|
||||||
|
|
||||||
<xpath expr="//section/div[hasclass('container')]" position="inside">
|
<xpath expr="//section/div[hasclass('container')]" position="inside">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col col-lg-11">
|
<div class="col col-lg-11">
|
||||||
<h1 style="text-align: right;">
|
<h1 style="text-align: right;">
|
||||||
<font style="font-size: 62px;"><b>Making the difference.
</b></font>
|
<b>Making the difference.</b>
|
||||||
</h1>
|
</h1>
|
||||||
<p class="lead o_default_snippet_text" style="text-align: right">
|
<p class="lead o_default_snippet_text" style="text-align: right">
|
||||||
Our mission is to give customers the best experience.<br/>Extensive documentation & guides, an active community,<br/>24/7 support make it a pleasure to work with us.
|
Our mission is to give customers the best experience.<br/>Extensive documentation & guides, an active community,<br/>24/7 support make it a pleasure to work with us.
|
||||||
@@ -33,15 +31,16 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- ======== BANNER ======== -->
|
<!-- ======== BANNER ======== -->
|
||||||
<template id="s_banner" inherit_id="website.s_banner" name="Graphene s_banner">
|
<template id="s_banner" inherit_id="website.s_banner" name="Graphene s_banner">
|
||||||
<xpath expr="//a[hasclass('btn')]" position="attributes">
|
<xpath expr="//a[hasclass('btn')]" position="attributes">
|
||||||
<attribute name="class" add="btn-lg" separator=" "/>
|
<attribute name="class" add="btn-lg" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- ======== TEXT-IMAGE ======== -->
|
<!-- ======== TEXT-IMAGE ======== -->
|
||||||
<template id="s_text_image" inherit_id="website.s_text_image" name="Graphene s_text_image">
|
<template id="s_text_image" inherit_id="website.s_text_image" name="Graphene s_text_image">
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
|
<attribute name="class" add="pb96 pt0" remove="pb32 pt32" separator=" "/>
|
||||||
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/02_001","flip":["x","y"]}</attribute>
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/02_001","flip":["x","y"]}</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//section/div[hasclass('container')]" position="before">
|
<xpath expr="//section/div[hasclass('container')]" position="before">
|
||||||
@@ -53,8 +52,8 @@
|
|||||||
<hr class="w-100 mx-auto" style="border-top-width: 1px; border-top-style: solid; border-top-color: rgba(0, 0, 0, 0) !important;"/>
|
<hr class="w-100 mx-auto" style="border-top-width: 1px; border-top-style: solid; border-top-color: rgba(0, 0, 0, 0) !important;"/>
|
||||||
</div>
|
</div>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//p[1]" position="replace">
|
<xpath expr="//p[1]" position="replace" mode="inner">
|
||||||
<p>Users are looking to consume engaging content.<br/>We empowers our teams to create the most relevant content.</p>
|
Users are looking to consume engaging content.<br/>We empowers our teams to create the most relevant content.
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//p[2]" position="replace">
|
<xpath expr="//p[2]" position="replace">
|
||||||
<p>We have one goal in mind, the user satisfaction.</p>
|
<p>We have one goal in mind, the user satisfaction.</p>
|
||||||
@@ -69,12 +68,12 @@
|
|||||||
<attribute name="class" add="col-lg-5 offset-lg-1" remove="col-lg-6" separator=" "/>
|
<attribute name="class" add="col-lg-5 offset-lg-1" remove="col-lg-6" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//a[hasclass('btn')]" position="attributes">
|
<xpath expr="//a[hasclass('btn')]" position="attributes">
|
||||||
<attribute name="class" add="btn-lg" separator=" "/>
|
<attribute name="class" add="btn-lg btn-secondary" remove="btn-primary" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- ======== IMAGE-TEXT ======== -->
|
<!-- ======== IMAGE-TEXT ======== -->
|
||||||
<template id="s_image_text" inherit_id="website.s_image_text" name="Graphene s_image_text">
|
<template id="s_image_text" inherit_id="website.s_image_text" name="Graphene s_image_text">
|
||||||
<xpath expr="//div[hasclass('col-lg-6')][1]" position="attributes">
|
<xpath expr="//div[hasclass('col-lg-6')][1]" position="attributes">
|
||||||
<attribute name="class" add="col-lg-5 offset-lg-1" remove="col-lg-6" separator=" "/>
|
<attribute name="class" add="col-lg-5 offset-lg-1" remove="col-lg-6" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
@@ -97,29 +96,29 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- ======== STEPS ======== -->
|
<!-- ======== STEPS ======== -->
|
||||||
<template id="s_process_steps" inherit_id="website.s_process_steps" name="Graphene s_process_steps">
|
<template id="s_process_steps" inherit_id="website.s_process_steps" name="Graphene s_process_steps">
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/05","flip":[]}</attribute>
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/05","flip":[]}</attribute>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//section/div[hasclass('container')]" position="before">
|
<xpath expr="//section/div[hasclass('container')]" position="before">
|
||||||
<div class="o_we_shape o_web_editor_Origins_05"/>
|
<div class="o_we_shape o_web_editor_Origins_05"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//h2" position="replace">
|
<xpath expr="//h2" position="replace" mode="inner">
|
||||||
<h5><b>Add to Cart</b></h5>
|
Add to Cart
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//h2" position="replace">
|
<xpath expr="//h2" position="replace" mode="inner">
|
||||||
<h5><b>Sign In</b></h5>
|
Sign In
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//h2" position="replace">
|
<xpath expr="//h2" position="replace" mode="inner">
|
||||||
<h5><b>Pay</b></h5>
|
Pay
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//h2" position="replace">
|
<xpath expr="//h2" position="replace" mode="inner">
|
||||||
<h5><b>Get Delivered</b></h5>
|
Get Delivered
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- ======== CAROUSEL ======== -->
|
<!-- ======== CAROUSEL ======== -->
|
||||||
<template id="s_carousel" inherit_id="website.s_carousel" name="Graphene s_carousel">
|
<template id="s_carousel" inherit_id="website.s_carousel" name="Graphene s_carousel">
|
||||||
<xpath expr="//div[hasclass('carousel-inner')]/div[1]" position="attributes">
|
<xpath expr="//div[hasclass('carousel-inner')]/div[1]" position="attributes">
|
||||||
<attribute name="style" add="background-position: 50% 100%;" separator=";"/>
|
<attribute name="style" add="background-position: 50% 100%;" separator=";"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
@@ -132,7 +131,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- ======== COMPANY TEAM ======== -->
|
<!-- ======== COMPANY TEAM ======== -->
|
||||||
<template id="s_company_team" inherit_id="website.s_company_team" name="Graphene s_company_team">
|
<template id="s_company_team" inherit_id="website.s_company_team" name="Graphene s_company_team">
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/05","flip":[]}</attribute>
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/05","flip":[]}</attribute>
|
||||||
<attribute name="class" add="pb64" remove="pb48" separator=" "/>
|
<attribute name="class" add="pb64" remove="pb48" separator=" "/>
|
||||||
@@ -140,72 +139,65 @@
|
|||||||
<xpath expr="//section/div[hasclass('container')]" position="before">
|
<xpath expr="//section/div[hasclass('container')]" position="before">
|
||||||
<div class="o_we_shape o_web_editor_Origins_05"/>
|
<div class="o_we_shape o_web_editor_Origins_05"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div//h4" position="replace" mode="inner">
|
||||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div//h4" position="replace">
|
Tony Fred, <small><b>CEO</b></small>
|
||||||
<h5>Tony Fred, <small><b>CEO</b></small></h5>
|
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div//p" position="replace">
|
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div//p" position="replace">
|
||||||
<small>Founder and chief visionary, Tony is the driving force behind the company. He loves to keep his hands full by participating in the development of the software, marketing, and customer experience strategies.</small>
|
<small>Founder and chief visionary, Tony is the driving force behind the company. He loves to keep his hands full by participating in the development of the software, marketing, and customer experience strategies.</small>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//h4" position="replace" mode="inner">
|
||||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//h4" position="replace">
|
Mich Stark, <small><b>COO</b></small>
|
||||||
<h5>Mich Stark, <small><b>COO</b></small></h5>
|
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//p" position="replace">
|
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//p" position="replace" mode="inner">
|
||||||
<small>Mich loves taking on challenges. With his multi-year experience as Commercial Director in the software industry, Mich has helped the company to get where it is today. Mich is among the best minds.</small>
|
<small>Mich loves taking on challenges. With his multi-year experience as Commercial Director in the software industry, Mich has helped the company to get where it is today. Mich is among the best minds.</small>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//h4" position="replace" mode="inner">
|
||||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//h4" position="replace">
|
Aline Turner, <small><b>CTO</b></small>
|
||||||
<h5>Aline Turner, <small><b>CTO</b></small></h5>
|
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//p" position="replace">
|
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//p" position="replace" mode="inner">
|
||||||
<small>Aline is one of the iconic people in life who can say they love what they do. She mentors 100+ in-house developers and looks after the community of thousands of developers.</small>
|
<small>Aline is one of the iconic people in life who can say they love what they do. She mentors 100+ in-house developers and looks after the community of thousands of developers.</small>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[4]//h4" position="replace" mode="inner">
|
||||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[4]//h4" position="replace">
|
Iris Joe, <small><b>CFO</b></small>
|
||||||
<h5>Iris Joe, <small><b>CFO</b></small></h5>
|
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[4]//p" position="replace">
|
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[4]//p" position="replace" mode="inner">
|
||||||
<small>Iris, with her international experience, helps us easily understand the numbers and improves them. She is determined to drive success and delivers her professional acumen to bring the company to the next level.</small>
|
<small>Iris, with her international experience, helps us easily understand the numbers and improves them. She is determined to drive success and delivers her professional acumen to bring the company to the next level.</small>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- ======== 3 COLUMNS ======== -->
|
<!-- ======== 3 COLUMNS ======== -->
|
||||||
<template id="s_three_columns" inherit_id="website.s_three_columns" name="Graphene s_three_columns">
|
<template id="s_three_columns" inherit_id="website.s_three_columns" name="Graphene s_three_columns">
|
||||||
<xpath expr="//div[hasclass('row')]/div//h3[1]" position="replace">
|
<xpath expr="//div[hasclass('row')]/div//h3[1]" position="replace">
|
||||||
<h5>Powerful API</h5>
|
<h5>Powerful API</h5>
|
||||||
<div class="s_hr text-left pt8 pb16" data-snippet="s_hr" data-name="Separator">
|
<div class="s_hr text-left pt8 pb16" data-snippet="s_hr" data-name="Separator">
|
||||||
<hr class="w-100 mx-auto" style="border-top-width: 1px; border-top-style: solid; border-top-color: var(--o-color-3) !important;"/>
|
<hr class="w-100 mx-auto" style="border-top-width: 1px; border-top-style: solid; border-top-color: var(--o-color-3) !important;"/>
|
||||||
</div>
|
</div>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('row')]/div//p[1]" position="replace">
|
<xpath expr="//div[hasclass('row')]/div//p[1]" position="replace" mode="inner">
|
||||||
<p>Thanks to our API, Developers report building their solutions 4x faster. Discover why and how.</p>
|
Thanks to our API, Developers report building their solutions 4x faster. Discover why and how.
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
<xpath expr="//div[hasclass('row')]/div[2]//h3[1]" position="replace">
|
<xpath expr="//div[hasclass('row')]/div[2]//h3[1]" position="replace">
|
||||||
<h5>Mobile Experience</h5>
|
<h5>Mobile Experience</h5>
|
||||||
<div class="s_hr text-left pt8 pb16" data-snippet="s_hr" data-name="Separator">
|
<div class="s_hr text-left pt8 pb16" data-snippet="s_hr" data-name="Separator">
|
||||||
<hr class="w-100 mx-auto" style="border-top-width: 1px; border-top-style: solid; border-top-color: var(--o-color-3) !important;"/>
|
<hr class="w-100 mx-auto" style="border-top-width: 1px; border-top-style: solid; border-top-color: var(--o-color-3) !important;"/>
|
||||||
</div>
|
</div>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('row')]/div[2]//p[1]" position="replace">
|
<xpath expr="//div[hasclass('row')]/div[2]//p[1]" position="replace" mode="inner">
|
||||||
<p>Probably the only CRM with a full mobile experience. Never wondered how it works? That's because it just works</p>
|
Probably the only CRM with a full mobile experience. Never wondered how it works? That's because it just works
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
<xpath expr="//div[hasclass('row')]/div[3]//h3[1]" position="replace">
|
<xpath expr="//div[hasclass('row')]/div[3]//h3[1]" position="replace">
|
||||||
<h5>Support Team</h5>
|
<h5>Support Team</h5>
|
||||||
<div class="s_hr text-left pt8 pb16" data-snippet="s_hr" data-name="Separator">
|
<div class="s_hr text-left pt8 pb16" data-snippet="s_hr" data-name="Separator">
|
||||||
<hr class="w-100 mx-auto" style="border-top-width: 1px; border-top-style: solid; border-top-color: var(--o-color-3) !important;"/>
|
<hr class="w-100 mx-auto" style="border-top-width: 1px; border-top-style: solid; border-top-color: var(--o-color-3) !important;"/>
|
||||||
</div>
|
</div>
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="//div[hasclass('row')]/div[3]//p[1]" position="replace">
|
<xpath expr="//div[hasclass('row')]/div[3]//p[1]" position="replace" mode="inner">
|
||||||
<p>We have a support team that will do everything to answer you as quickly as the voice assistants.</p>
|
We have a support team that will do everything to answer you as quickly as the voice assistants.
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- ======== CALL TO ACTION ======== -->
|
<!-- ======== CALL TO ACTION ======== -->
|
||||||
<template id="s_call_to_action" inherit_id="website.s_call_to_action" name="Graphene s_call_to_action">
|
<template id="s_call_to_action" inherit_id="website.s_call_to_action" name="Graphene s_call_to_action">
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
<attribute name="class" add="o_cc5" remove="o_cc3" separator=" "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
@@ -221,11 +213,14 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<!-- ======== COMPARISON ======== -->
|
<!-- ======== COMPARISON ======== -->
|
||||||
<template id="s_comparisons" inherit_id="website.s_comparisons" name="Graphene s_comparisons">
|
<template id="s_comparisons" inherit_id="website.s_comparisons" name="Graphene s_comparisons">
|
||||||
<xpath expr="//section" position="attributes">
|
<xpath expr="//section" position="attributes">
|
||||||
<attribute name="class" add="pt56 pb48" remove="pt32 pb32" separator=" "/>
|
<attribute name="class" add="pb48 pt24 o_cc o_cc4" remove="pt32 pb32" separator=" "/>
|
||||||
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/06_001","flip":["x"]}</attribute>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//section/div[hasclass('container')]" position="before">
|
||||||
|
<div class="o_we_shape o_web_editor_Origins_06_001 o_we_flip_x "/>
|
||||||
</xpath>
|
</xpath>
|
||||||
|
|
||||||
<xpath expr="//div[hasclass('row')]/div//a" position="replace">
|
<xpath expr="//div[hasclass('row')]/div//a" position="replace">
|
||||||
<a href="/contactus" class="btn btn-primary mb-2">Start Now</a>
|
<a href="/contactus" class="btn btn-primary mb-2">Start Now</a>
|
||||||
</xpath>
|
</xpath>
|
||||||
@@ -246,4 +241,49 @@
|
|||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<!-- ======== NUMBERS ======== -->
|
||||||
|
<template id="s_numbers" inherit_id="website.s_numbers" name="Graphene s_numbers">
|
||||||
|
<xpath expr="//section" position="attributes">
|
||||||
|
<attribute name="class" add="oe_img_bg o_bg_img_center pb56 pt56 s_parallax_no_overflow_hidden parallax s_parallax_is_fixed" remove="pb24 pt24" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//section/div[hasclass('container')]" position="before">
|
||||||
|
<span class="s_parallax_bg oe_img_bg" style="background-image: url('/web/image/website.s_parallax_default_image'); background-position: 50% 75%;"/>
|
||||||
|
<div class="o_we_bg_filter bg-black-75"></div>
|
||||||
|
</xpath>
|
||||||
|
<!-- Content -->
|
||||||
|
<xpath expr="//div[hasclass('row')]/div/span" position="attributes">
|
||||||
|
<attribute name="class" add="text-white" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="(//div[hasclass('row')]/div/span)[2]" position="attributes">
|
||||||
|
<attribute name="class" add="text-white" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="(//div[hasclass('row')]/div/span)[3]" position="attributes">
|
||||||
|
<attribute name="class" add="text-white" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="(//div[hasclass('row')]/div/span)[4]" position="attributes">
|
||||||
|
<attribute name="class" add="text-white" separator=" "/>
|
||||||
|
</xpath>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<!-- ======== PICTURE ======== -->
|
||||||
|
<template id="s_picture" inherit_id="website.s_picture" name="Graphene s_picture">
|
||||||
|
<xpath expr="//section" position="attributes">
|
||||||
|
<attribute name="class" add="pb0 pt48" remove="pb24 pt48" separator=" "/>
|
||||||
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Zigs/01_001","flip":[]}</attribute>
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//section/div[hasclass('container')]" position="before">
|
||||||
|
<div class="o_we_shape o_web_editor_Zigs_01_001"/>
|
||||||
|
</xpath>
|
||||||
|
<!-- Content -->
|
||||||
|
<xpath expr="//h2" position="replace" mode="inner">
|
||||||
|
Grow with Us
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//p" position="replace" mode="inner">
|
||||||
|
Put your people at the heart of your marketing with tools that help you get to know your audience <br/>and see who you should be talking to.
|
||||||
|
</xpath>
|
||||||
|
<xpath expr="//img" position="attributes">
|
||||||
|
<attribute name="class" add="p-0 border-0" separator=" " />
|
||||||
|
</xpath>
|
||||||
|
</template>
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
@@ -1,297 +1,333 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<odoo>
|
<odoo>
|
||||||
<!-- Not used anymore by the editor: files and records kept for back-compatibility.
|
|
||||||
Check in images.scss, primary_variables.scss, main.scss and theme_common's mixins.scss -->
|
|
||||||
<record id="image_content_01" model="theme.ir.attachment">
|
|
||||||
<field name="key">theme_graphene.image_content_01</field>
|
|
||||||
<field name="name">theme_graphene.image_content_01</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_01.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="image_content_02" model="theme.ir.attachment">
|
|
||||||
<field name="key">theme_graphene.image_content_02</field>
|
|
||||||
<field name="name">theme_graphene.image_content_02</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_02.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="image_content_03" model="theme.ir.attachment">
|
|
||||||
<field name="key">theme_graphene.image_content_03</field>
|
|
||||||
<field name="name">theme_graphene.image_content_03</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_03.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="image_content_04" model="theme.ir.attachment">
|
|
||||||
<field name="key">theme_graphene.image_content_04</field>
|
|
||||||
<field name="name">theme_graphene.image_content_04</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_04.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="image_content_05" model="theme.ir.attachment">
|
|
||||||
<field name="key">theme_graphene.image_content_05</field>
|
|
||||||
<field name="name">theme_graphene.image_content_05</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_05.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="image_content_06" model="theme.ir.attachment">
|
|
||||||
<field name="key">theme_graphene.image_content_06</field>
|
|
||||||
<field name="name">theme_graphene.image_content_06</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_06.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="image_content_07" model="theme.ir.attachment">
|
|
||||||
<field name="key">theme_graphene.image_content_07</field>
|
|
||||||
<field name="name">theme_graphene.image_content_07</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_07.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="image_content_08" model="theme.ir.attachment">
|
|
||||||
<field name="key">theme_graphene.image_content_08</field>
|
|
||||||
<field name="name">theme_graphene.image_content_08</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_08.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="image_content_09" model="theme.ir.attachment">
|
|
||||||
<field name="key">theme_graphene.image_content_09</field>
|
|
||||||
<field name="name">theme_graphene.image_content_09</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_09.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="image_content_10" model="theme.ir.attachment">
|
|
||||||
<field name="key">theme_graphene.image_content_10</field>
|
|
||||||
<field name="name">theme_graphene.image_content_10</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_10.jpg</field>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
<record id="image_content_19" model="theme.ir.attachment">
|
<!-- Not used anymore by the editor: files and records kept for back-compatibility.
|
||||||
<field name="key">theme_graphene.image_content_19</field>
|
Check in images.scss, primary_variables.scss, main.scss and theme_common's mixins.scss -->
|
||||||
<field name="name">theme_graphene.image_content_19</field>
|
<record id="image_content_01" model="theme.ir.attachment">
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_01.jpg</field>
|
<field name="key">theme_graphene.image_content_01</field>
|
||||||
</record>
|
<field name="name">theme_graphene.image_content_01</field>
|
||||||
<record id="image_content_20" model="theme.ir.attachment">
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_01.jpg</field>
|
||||||
<field name="key">theme_graphene.image_content_20</field>
|
</record>
|
||||||
<field name="name">theme_graphene.image_content_20</field>
|
<record id="image_content_02" model="theme.ir.attachment">
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_01.jpg</field>
|
<field name="key">theme_graphene.image_content_02</field>
|
||||||
</record>
|
<field name="name">theme_graphene.image_content_02</field>
|
||||||
<record id="image_content_21" model="theme.ir.attachment">
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_02.jpg</field>
|
||||||
<field name="key">theme_graphene.image_content_21</field>
|
</record>
|
||||||
<field name="name">theme_graphene.image_content_21</field>
|
<record id="image_content_03" model="theme.ir.attachment">
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_02.jpg</field>
|
<field name="key">theme_graphene.image_content_03</field>
|
||||||
</record>
|
<field name="name">theme_graphene.image_content_03</field>
|
||||||
<record id="image_content_22" model="theme.ir.attachment">
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_03.jpg</field>
|
||||||
<field name="key">theme_graphene.image_content_22</field>
|
</record>
|
||||||
<field name="name">theme_graphene.image_content_22</field>
|
<record id="image_content_04" model="theme.ir.attachment">
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_03.jpg</field>
|
<field name="key">theme_graphene.image_content_04</field>
|
||||||
</record>
|
<field name="name">theme_graphene.image_content_04</field>
|
||||||
<record id="image_content_23" model="theme.ir.attachment">
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_04.jpg</field>
|
||||||
<field name="key">theme_graphene.image_content_23</field>
|
</record>
|
||||||
<field name="name">theme_graphene.image_content_23</field>
|
<record id="image_content_05" model="theme.ir.attachment">
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_03.jpg</field>
|
<field name="key">theme_graphene.image_content_05</field>
|
||||||
</record>
|
<field name="name">theme_graphene.image_content_05</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_05.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="image_content_06" model="theme.ir.attachment">
|
||||||
|
<field name="key">theme_graphene.image_content_06</field>
|
||||||
|
<field name="name">theme_graphene.image_content_06</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_06.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="image_content_07" model="theme.ir.attachment">
|
||||||
|
<field name="key">theme_graphene.image_content_07</field>
|
||||||
|
<field name="name">theme_graphene.image_content_07</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_07.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="image_content_08" model="theme.ir.attachment">
|
||||||
|
<field name="key">theme_graphene.image_content_08</field>
|
||||||
|
<field name="name">theme_graphene.image_content_08</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_08.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="image_content_09" model="theme.ir.attachment">
|
||||||
|
<field name="key">theme_graphene.image_content_09</field>
|
||||||
|
<field name="name">theme_graphene.image_content_09</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_09.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="image_content_10" model="theme.ir.attachment">
|
||||||
|
<field name="key">theme_graphene.image_content_10</field>
|
||||||
|
<field name="name">theme_graphene.image_content_10</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_10.jpg</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
<!-- ======== Change default background images ======== -->
|
<record id="image_content_19" model="theme.ir.attachment">
|
||||||
<record id="s_background_image_01" model="theme.ir.attachment">
|
<field name="key">theme_graphene.image_content_19</field>
|
||||||
<field name="key">website.s_background_image_01</field>
|
<field name="name">theme_graphene.image_content_19</field>
|
||||||
<field name="name">Background Image 01</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_01.jpg</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/patterns/bg_pattern_01.jpg</field>
|
</record>
|
||||||
</record>
|
<record id="image_content_20" model="theme.ir.attachment">
|
||||||
<record id="s_background_image_02" model="theme.ir.attachment">
|
<field name="key">theme_graphene.image_content_20</field>
|
||||||
<field name="key">website.s_background_image_02</field>
|
<field name="name">theme_graphene.image_content_20</field>
|
||||||
<field name="name">Background Image 02</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_01.jpg</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/patterns/bg_pattern_02.jpg</field>
|
</record>
|
||||||
</record>
|
<record id="image_content_21" model="theme.ir.attachment">
|
||||||
<record id="s_background_image_03" model="theme.ir.attachment">
|
<field name="key">theme_graphene.image_content_21</field>
|
||||||
<field name="key">website.s_background_image_03</field>
|
<field name="name">theme_graphene.image_content_21</field>
|
||||||
<field name="name">Background Image 03</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_02.jpg</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/patterns/bg_pattern_03.jpg</field>
|
</record>
|
||||||
</record>
|
<record id="image_content_22" model="theme.ir.attachment">
|
||||||
<record id="s_background_image_04" model="theme.ir.attachment">
|
<field name="key">theme_graphene.image_content_22</field>
|
||||||
<field name="key">website.s_background_image_04</field>
|
<field name="name">theme_graphene.image_content_22</field>
|
||||||
<field name="name">Background Image 04</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_03.jpg</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/patterns/bg_pattern_04.jpg</field>
|
</record>
|
||||||
</record>
|
<record id="image_content_23" model="theme.ir.attachment">
|
||||||
<record id="s_background_image_05" model="theme.ir.attachment">
|
<field name="key">theme_graphene.image_content_23</field>
|
||||||
<field name="key">website.s_background_image_05</field>
|
<field name="name">theme_graphene.image_content_23</field>
|
||||||
<field name="name">Background Image 05</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_03.jpg</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/patterns/bg_pattern_05.jpg</field>
|
</record>
|
||||||
</record>
|
|
||||||
<record id="s_background_image_06" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.s_background_image_06</field>
|
|
||||||
<field name="name">Background Image 06</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/patterns/bg_pattern_06.jpg</field>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
<!-- ======== Change default snippets images ======== -->
|
<!-- ======== Change default background images ======== -->
|
||||||
<!-- Cover -->
|
<record id="s_background_image_01" model="theme.ir.attachment">
|
||||||
<record id="s_cover_default_image" model="theme.ir.attachment">
|
<field name="key">website.s_background_image_01</field>
|
||||||
<field name="key">website.s_cover_default_image</field>
|
<field name="name">Background Image 01</field>
|
||||||
<field name="name">website.s_cover_default_image</field>
|
<field name="url">/theme_graphene/static/src/img/patterns/bg_pattern_01.jpg</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_08.jpg</field>
|
</record>
|
||||||
</record>
|
<record id="s_background_image_02" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_background_image_02</field>
|
||||||
|
<field name="name">Background Image 02</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/patterns/bg_pattern_02.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="s_background_image_03" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_background_image_03</field>
|
||||||
|
<field name="name">Background Image 03</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/patterns/bg_pattern_03.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="s_background_image_04" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_background_image_04</field>
|
||||||
|
<field name="name">Background Image 04</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/patterns/bg_pattern_04.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="s_background_image_05" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_background_image_05</field>
|
||||||
|
<field name="name">Background Image 05</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/patterns/bg_pattern_05.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="s_background_image_06" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_background_image_06</field>
|
||||||
|
<field name="name">Background Image 06</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/patterns/bg_pattern_06.jpg</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
<!-- Banner -->
|
<!-- ======== Change default snippets images ======== -->
|
||||||
<record id="s_banner_default_image" model="theme.ir.attachment">
|
<!-- Cover -->
|
||||||
<field name="key">website.s_banner_default_image</field>
|
<record id="s_cover_default_image" model="theme.ir.attachment">
|
||||||
<field name="name">website.s_banner_default_image</field>
|
<field name="key">website.s_cover_default_image</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_01.jpg</field>
|
<field name="name">website.s_cover_default_image</field>
|
||||||
</record>
|
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_08.jpg</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
<!-- Pop Up -->
|
<!-- Banner -->
|
||||||
<record id="s_popup_default_image" model="theme.ir.attachment">
|
<record id="s_banner_default_image" model="theme.ir.attachment">
|
||||||
<field name="key">website.s_popup_default_image</field>
|
<field name="key">website.s_banner_default_image</field>
|
||||||
<field name="name">website.s_popup_default_image</field>
|
<field name="name">website.s_banner_default_image</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/s_popup.jpg</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/content_01.jpg</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<!-- Text - Image -->
|
<!-- Pop Up -->
|
||||||
<record id="s_text_image_default_image" model="theme.ir.attachment">
|
<record id="s_popup_default_image" model="theme.ir.attachment">
|
||||||
<field name="key">website.s_text_image_default_image</field>
|
<field name="key">website.s_popup_default_image</field>
|
||||||
<field name="name">website.s_text_image_default_image</field>
|
<field name="name">website.s_popup_default_image</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_02.jpg</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/s_popup.jpg</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<!-- Image - Text -->
|
<!-- Text - Image -->
|
||||||
<record id="s_image_text_default_image" model="theme.ir.attachment">
|
<record id="s_text_image_default_image" model="theme.ir.attachment">
|
||||||
<field name="key">website.s_image_text_default_image</field>
|
<field name="key">website.s_text_image_default_image</field>
|
||||||
<field name="name">website.s_image_text_default_image</field>
|
<field name="name">website.s_text_image_default_image</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_03.jpg</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/content_02.jpg</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<!-- (Big) Picture -->
|
<!-- Image - Text -->
|
||||||
<record id="s_picture_default_image" model="theme.ir.attachment">
|
<record id="s_image_text_default_image" model="theme.ir.attachment">
|
||||||
<field name="key">website.s_picture_default_image</field>
|
<field name="key">website.s_image_text_default_image</field>
|
||||||
<field name="name">website.s_picture_default_image</field>
|
<field name="name">website.s_image_text_default_image</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_04.jpg</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/content_03.jpg</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
<!-- Columns -->
|
<!-- (Big) Picture -->
|
||||||
<record id="library_image_11" model="theme.ir.attachment">
|
<record id="s_picture_default_image" model="theme.ir.attachment">
|
||||||
<field name="key">website.library_image_11</field>
|
<field name="key">website.s_picture_default_image</field>
|
||||||
<field name="name">website.library_image_11</field>
|
<field name="name">website.s_picture_default_image</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_05.jpg</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/content_04.jpg</field>
|
||||||
</record>
|
</record>
|
||||||
<record id="library_image_13" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.library_image_13</field>
|
|
||||||
<field name="name">website.library_image_13</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_06.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="library_image_07" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.library_image_07</field>
|
|
||||||
<field name="name">website.library_image_07</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_07.jpg</field>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
<!-- Masonry Blocks -->
|
<!-- Columns -->
|
||||||
<record id="s_masonry_block_default_image_1" model="theme.ir.attachment">
|
<record id="library_image_11" model="theme.ir.attachment">
|
||||||
<field name="key">website.s_masonry_block_default_image_1</field>
|
<field name="key">website.library_image_11</field>
|
||||||
<field name="name">website.s_masonry_block_default_image_1</field>
|
<field name="name">website.library_image_11</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_08.jpg</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/content_05.jpg</field>
|
||||||
</record>
|
</record>
|
||||||
|
<record id="library_image_13" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.library_image_13</field>
|
||||||
|
<field name="name">website.library_image_13</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_06.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="library_image_07" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.library_image_07</field>
|
||||||
|
<field name="name">website.library_image_07</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_07.jpg</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
<!-- Carousel Blocks -->
|
<!-- Masonry Blocks -->
|
||||||
<record id="s_carousel_default_image_1" model="theme.ir.attachment">
|
<record id="s_masonry_block_default_image_1" model="theme.ir.attachment">
|
||||||
<field name="key">website.s_carousel_default_image_1</field>
|
<field name="key">website.s_masonry_block_default_image_1</field>
|
||||||
<field name="name">website.s_carousel_default_image_1</field>
|
<field name="name">website.s_masonry_block_default_image_1</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_09.jpg</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/content_08.jpg</field>
|
||||||
</record>
|
</record>
|
||||||
<record id="s_carousel_default_image_2" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.s_carousel_default_image_2</field>
|
|
||||||
<field name="name">website.s_carousel_default_image_2</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_10.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="s_carousel_default_image_3" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.s_carousel_default_image_3</field>
|
|
||||||
<field name="name">website.s_carousel_default_image_3</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_11.jpg</field>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
<!-- Parallax -->
|
<!-- Carousel Blocks -->
|
||||||
<record id="s_parallax_default_image" model="theme.ir.attachment">
|
<record id="s_carousel_default_image_1" model="theme.ir.attachment">
|
||||||
<field name="key">website.s_parallax_default_image</field>
|
<field name="key">website.s_carousel_default_image_1</field>
|
||||||
<field name="name">website.s_parallax_default_image</field>
|
<field name="name">website.s_carousel_default_image_1</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_12.jpg</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/content_09.jpg</field>
|
||||||
</record>
|
</record>
|
||||||
|
<record id="s_carousel_default_image_2" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_carousel_default_image_2</field>
|
||||||
|
<field name="name">website.s_carousel_default_image_2</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_10.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="s_carousel_default_image_3" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_carousel_default_image_3</field>
|
||||||
|
<field name="name">website.s_carousel_default_image_3</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_11.jpg</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
<!-- Team Snippet -->
|
<!-- Parallax -->
|
||||||
<record id="s_company_team_image_1" model="theme.ir.attachment">
|
<record id="s_parallax_default_image" model="theme.ir.attachment">
|
||||||
<field name="key">website.s_company_team_image_1</field>
|
<field name="key">website.s_parallax_default_image</field>
|
||||||
<field name="name">website.s_company_team_image_1</field>
|
<field name="name">website.s_parallax_default_image</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/uiface_02.jpg</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/content_12.jpg</field>
|
||||||
</record>
|
</record>
|
||||||
<record id="s_company_team_image_2" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.s_company_team_image_2</field>
|
|
||||||
<field name="name">website.s_company_team_image_2</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/uiface_01.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="s_company_team_image_3" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.s_company_team_image_3</field>
|
|
||||||
<field name="name">website.s_company_team_image_3</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/uiface_03.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="s_company_team_image_4" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.s_company_team_image_4</field>
|
|
||||||
<field name="name">website.s_company_team_image_4</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/uiface_04.jpg</field>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
<!-- Quotes Carousel -->
|
<!-- Team Snippet -->
|
||||||
<!-- Avatar 1 -->
|
<record id="s_company_team_image_1" model="theme.ir.attachment">
|
||||||
<record id="s_quotes_carousel_demo_image_3" model="theme.ir.attachment">
|
<field name="key">website.s_company_team_image_1</field>
|
||||||
<field name="key">website.s_quotes_carousel_demo_image_3</field>
|
<field name="name">website.s_company_team_image_1</field>
|
||||||
<field name="name">website.s_quotes_carousel_demo_image_3</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/uiface_02.jpg</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/uiface_05.jpg</field>
|
</record>
|
||||||
</record>
|
<record id="s_company_team_image_2" model="theme.ir.attachment">
|
||||||
<!-- Avatar 2 -->
|
<field name="key">website.s_company_team_image_2</field>
|
||||||
<record id="s_quotes_carousel_demo_image_4" model="theme.ir.attachment">
|
<field name="name">website.s_company_team_image_2</field>
|
||||||
<field name="key">website.s_quotes_carousel_demo_image_4</field>
|
<field name="url">/theme_graphene/static/src/img/pictures/uiface_01.jpg</field>
|
||||||
<field name="name">website.s_quotes_carousel_demo_image_4</field>
|
</record>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/uiface_06.jpg</field>
|
<record id="s_company_team_image_3" model="theme.ir.attachment">
|
||||||
</record>
|
<field name="key">website.s_company_team_image_3</field>
|
||||||
<!-- BG 2 -->
|
<field name="name">website.s_company_team_image_3</field>
|
||||||
<record id="s_quotes_carousel_demo_image_1" model="theme.ir.attachment">
|
<field name="url">/theme_graphene/static/src/img/pictures/uiface_03.jpg</field>
|
||||||
<field name="key">website.s_quotes_carousel_demo_image_1</field>
|
</record>
|
||||||
<field name="name">website.s_quotes_carousel_demo_image_1</field>
|
<record id="s_company_team_image_4" model="theme.ir.attachment">
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_13.jpg</field>
|
<field name="key">website.s_company_team_image_4</field>
|
||||||
</record>
|
<field name="name">website.s_company_team_image_4</field>
|
||||||
<!-- Avatar 3 -->
|
<field name="url">/theme_graphene/static/src/img/pictures/uiface_04.jpg</field>
|
||||||
<record id="s_quotes_carousel_demo_image_5" model="theme.ir.attachment">
|
</record>
|
||||||
<field name="key">website.s_quotes_carousel_demo_image_5</field>
|
|
||||||
<field name="name">website.s_quotes_carousel_demo_image_5</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/uiface_07.jpg</field>
|
|
||||||
</record>
|
|
||||||
<!-- BG 3 -->
|
|
||||||
<record id="s_quotes_carousel_demo_image_2" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.s_quotes_carousel_demo_image_2</field>
|
|
||||||
<field name="name">website.s_quotes_carousel_demo_image_2</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_14.jpg</field>
|
|
||||||
</record>
|
|
||||||
|
|
||||||
<!-- Product Catalog (menu) -->
|
<!-- Quotes Carousel -->
|
||||||
<record id="s_product_catalog_default_image" model="theme.ir.attachment">
|
<!-- Avatar 1 -->
|
||||||
<field name="key">website.s_product_catalog_default_image</field>
|
<record id="s_quotes_carousel_demo_image_3" model="theme.ir.attachment">
|
||||||
<field name="name">website.s_product_catalog_default_image</field>
|
<field name="key">website.s_quotes_carousel_demo_image_3</field>
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_15.jpg</field>
|
<field name="name">website.s_quotes_carousel_demo_image_3</field>
|
||||||
</record>
|
<field name="url">/theme_graphene/static/src/img/pictures/uiface_05.jpg</field>
|
||||||
|
</record>
|
||||||
|
<!-- Avatar 2 -->
|
||||||
|
<record id="s_quotes_carousel_demo_image_4" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_quotes_carousel_demo_image_4</field>
|
||||||
|
<field name="name">website.s_quotes_carousel_demo_image_4</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/uiface_06.jpg</field>
|
||||||
|
</record>
|
||||||
|
<!-- BG 2 -->
|
||||||
|
<record id="s_quotes_carousel_demo_image_1" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_quotes_carousel_demo_image_1</field>
|
||||||
|
<field name="name">website.s_quotes_carousel_demo_image_1</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_13.jpg</field>
|
||||||
|
</record>
|
||||||
|
<!-- Avatar 3 -->
|
||||||
|
<record id="s_quotes_carousel_demo_image_5" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_quotes_carousel_demo_image_5</field>
|
||||||
|
<field name="name">website.s_quotes_carousel_demo_image_5</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/uiface_07.jpg</field>
|
||||||
|
</record>
|
||||||
|
<!-- BG 3 -->
|
||||||
|
<record id="s_quotes_carousel_demo_image_2" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_quotes_carousel_demo_image_2</field>
|
||||||
|
<field name="name">website.s_quotes_carousel_demo_image_2</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_14.jpg</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<!-- Product Catalog (menu) -->
|
||||||
|
<record id="s_product_catalog_default_image" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_product_catalog_default_image</field>
|
||||||
|
<field name="name">website.s_product_catalog_default_image</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_15.jpg</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<!-- Product List -->
|
||||||
|
<record id="s_product_list_default_image_1" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_product_list_default_image_1</field>
|
||||||
|
<field name="name">website.s_product_list_default_image_1</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_16.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="s_product_list_default_image_2" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_product_list_default_image_2</field>
|
||||||
|
<field name="name">website.s_product_list_default_image_2</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_17.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="s_product_list_default_image_3" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_product_list_default_image_3</field>
|
||||||
|
<field name="name">website.s_product_list_default_image_3</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_18.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="s_product_list_default_image_4" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_product_list_default_image_4</field>
|
||||||
|
<field name="name">website.s_product_list_default_image_4</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_19.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="s_product_list_default_image_5" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_product_list_default_image_5</field>
|
||||||
|
<field name="name">website.s_product_list_default_image_5</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_20.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="s_product_list_default_image_6" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_product_list_default_image_6</field>
|
||||||
|
<field name="name">website.s_product_list_default_image_6</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_21.jpg</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<!-- Numbers -->
|
||||||
|
<record id="s_numbers_default_image" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.s_numbers_default_image</field>
|
||||||
|
<field name="name">website.s_numbers_default_image</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/s_numbers.jpg</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
|
<!-- Gallery wall -->
|
||||||
|
<record id="library_image_03" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.library_image_03</field>
|
||||||
|
<field name="name">website.library_image_03</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_08.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="library_image_10" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.library_image_10</field>
|
||||||
|
<field name="name">website.library_image_10</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_22.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="library_image_05" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.library_image_05</field>
|
||||||
|
<field name="name">website.library_image_05</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_05.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="library_image_14" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.library_image_14</field>
|
||||||
|
<field name="name">website.library_image_14</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_07.jpg</field>
|
||||||
|
</record>
|
||||||
|
<record id="library_image_16" model="theme.ir.attachment">
|
||||||
|
<field name="key">website.library_image_16</field>
|
||||||
|
<field name="name">website.library_image_16</field>
|
||||||
|
<field name="url">/theme_graphene/static/src/img/pictures/content_23.jpg</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
<!-- Product List -->
|
|
||||||
<record id="s_product_list_default_image_1" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.s_product_list_default_image_1</field>
|
|
||||||
<field name="name">website.s_product_list_default_image_1</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_16.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="s_product_list_default_image_2" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.s_product_list_default_image_2</field>
|
|
||||||
<field name="name">website.s_product_list_default_image_2</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_17.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="s_product_list_default_image_3" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.s_product_list_default_image_3</field>
|
|
||||||
<field name="name">website.s_product_list_default_image_3</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_18.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="s_product_list_default_image_4" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.s_product_list_default_image_4</field>
|
|
||||||
<field name="name">website.s_product_list_default_image_4</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_19.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="s_product_list_default_image_5" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.s_product_list_default_image_5</field>
|
|
||||||
<field name="name">website.s_product_list_default_image_5</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_20.jpg</field>
|
|
||||||
</record>
|
|
||||||
<record id="s_product_list_default_image_6" model="theme.ir.attachment">
|
|
||||||
<field name="key">website.s_product_list_default_image_6</field>
|
|
||||||
<field name="name">website.s_product_list_default_image_6</field>
|
|
||||||
<field name="url">/theme_graphene/static/src/img/pictures/content_21.jpg</field>
|
|
||||||
</record>
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||