[ADD] theme saas-15
@@ -0,0 +1,27 @@
|
||||
Odoo Proprietary License v1.0
|
||||
|
||||
This software and associated files (the "Software") may only be used (executed,
|
||||
modified, executed after modifications) if you have purchased a valid license
|
||||
from the authors, typically via Odoo Apps, or if you have received a written
|
||||
agreement from the authors of the Software (see the COPYRIGHT file).
|
||||
|
||||
You may develop Odoo modules that use the Software as a library (typically
|
||||
by depending on it, importing it and using its resources), but without copying
|
||||
any source code or material from the Software. You may distribute those
|
||||
modules under the license of your choice, provided that this license is
|
||||
compatible with the terms of the Odoo Proprietary License (For example:
|
||||
LGPL, MIT, or proprietary licenses similar to this one).
|
||||
|
||||
It is forbidden to publish, distribute, sublicense, or sell copies of the Software
|
||||
or modified copies of the Software.
|
||||
|
||||
The above copyright notice and this permission notice must be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
'name': 'Artists Theme',
|
||||
'description': 'Artists Theme - Art Galleries, Photography, Painting',
|
||||
'category': 'Theme/Creative',
|
||||
'sequence': 310,
|
||||
'version': '1.0',
|
||||
'author': 'Odoo SA',
|
||||
'depends': ['theme_monglia', 'website_animate'],
|
||||
'data': [
|
||||
'views/assets.xml',
|
||||
'views/customize_modal.xml',
|
||||
'views/images.xml',
|
||||
'views/preset.xml',
|
||||
'views/snippets.xml',
|
||||
'views/snippets/s_banner_parallax.xml',
|
||||
],
|
||||
'demo': [
|
||||
'demo/demo.xml',
|
||||
],
|
||||
'images': [
|
||||
'static/description/artists_description.png',
|
||||
'static/description/artists_screenshot.jpeg',
|
||||
],
|
||||
'price': 4,
|
||||
'currency': 'EUR',
|
||||
'live_test_url': 'https://theme-artists.odoo.com',
|
||||
}
|
||||
@@ -0,0 +1,161 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template name="Demo Page" id="website.demo" page="True">
|
||||
<t t-call="website.layout">
|
||||
<div id="wrap" class="oe_structure">
|
||||
<section class="carousel slide" data-interval="10000" id="myCarousel4">
|
||||
<ol class="carousel-indicators" type="01">
|
||||
<li class="active" data-slide-to="0" data-target="#myCarousel4"/>
|
||||
<li data-slide-to="1" data-target="#myCarousel4"/>
|
||||
</ol>
|
||||
<div class="carousel-inner">
|
||||
<div class="item bg-img-01 active">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-sm-12 hero-bg">
|
||||
<h1>Generate customers</h1>
|
||||
<h2>from visitors.</h2>
|
||||
<img alt="#" src="/website/image/theme_common.image_content_01" class="img img-responsive"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item bg-img-02">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-8 col-sm-12 hero-bg">
|
||||
<h1>Present your products</h1>
|
||||
<h2>with this Theme.</h2>
|
||||
<img alt="#" src="/website/image/theme_common.image_content_01" class="img img-responsive"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-control left" data-slide="prev" data-target="#myCarousel4" href="#myCarousel4">
|
||||
<i class="fa fa-chevron-left"/>
|
||||
</div>
|
||||
<div class="carousel-control right" data-slide="next" data-target="#myCarousel4" href="#myCarousel4">
|
||||
<i class="fa fa-chevron-right"/>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_separator_block bg-alpha" style="height: 80px; overflow: hidden;">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="s_separator_block-container"/></div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_title" style="height: 184px; overflow: hidden;">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h1 class="text-center">Discover Our Gallery</h1>
|
||||
<h3 class="text-muted text-center px18 o_animate" style="animation-play-state: paused;">The new painting exhibition</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_big_picture_text">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-12 hero-image">
|
||||
<img alt="#" src="/website/image/theme_common.image_content_02" class="img img-responsive"/>
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-12 hero-paragraph">
|
||||
<h1 class="mt32">Endless Possibilities</h1>
|
||||
<h2>The only theme you need</h2>
|
||||
<p>This powerful theme along with its unique structure lets you create any design style with just one theme. These simple yet powerful options allow you to create any type of website. No two versions will ever look the same.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_text_big_picture">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-sm-12 col-xs-12 hero-paragraph">
|
||||
<h1 class="mt32">Endless Possibilities</h1>
|
||||
<h2>The only theme you need</h2>
|
||||
<p>This powerful theme along with its unique structure lets you create any design style with just one theme. These simple yet powerful options allow you to create any type of website. No two versions will ever look the same.</p>
|
||||
</div>
|
||||
<div class="col-md-6 col-sm-12 col-xs-12 hero-image">
|
||||
<img alt="#" src="/website/image/theme_common.image_content_03" class="img img-responsive"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_cubes">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-6 cube cube-big col-xs-12 col-sm-12 bg-img-03"/>
|
||||
<div class="cube-big col-md-6 col-xs-12 col-sm-12">
|
||||
<div class="row">
|
||||
<div class="cube cube-text col-md-6 col-sm-6 col-xs-12">
|
||||
<div class="cube-heading">
|
||||
<h4 class="text-center">A good subtitle</h4>
|
||||
<p class="text-center">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cube cube-small col-md-6 col-sm-6 col-xs-12 bg-img-04"/></div>
|
||||
<div class="row">
|
||||
<div class="cube cube-small col-md-6 col-sm-6 col-xs-12 bg-img-02"/>
|
||||
<div class="cube cube-text col-md-6 col-sm-6 col-xs-12 last">
|
||||
<div class="cube-heading">
|
||||
<h4 class="text-center">A good subtitle</h4>
|
||||
<p class="text-center">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_three_columns">
|
||||
<div class="container mt64">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<img class="img img-rounded img-responsive o_animate" src="/theme_artists/static/src/img/content/content_img_06.jpg" style="transition: none; animation-play-state: paused;"/>
|
||||
<h4 class="mt16">Feature Two</h4>
|
||||
<p>To add a fourth column, reduce the size of these three columns using the right icon of each block. Then, duplicate one of the column to create a new one as a copy.</p>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<img class="img img-rounded img-responsive o_animate" src="/theme_artists/static/src/img/content/content_img_07.jpg" style="transition: none; animation-play-state: paused;"/>
|
||||
<h4 class="mt16">Feature Two</h4>
|
||||
<p>To add a fourth column, reduce the size of these three columns using the right icon of each block. Then, duplicate one of the column to create a new one as a copy.</p>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<img class="img img-rounded img-responsive o_animate" src="/theme_artists/static/src/img/content/content_img_01.jpg" style="transition: none; animation-play-state: paused;"/>
|
||||
<h4 class="mt16">Feature Two</h4>
|
||||
<p>To add a fourth column, reduce the size of these three columns using the right icon of each block. Then, duplicate one of the column to create a new one as a copy.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_header_text_big_picture">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center mt32 mb32">
|
||||
<h1>The product which fits your needs</h1>
|
||||
</div>
|
||||
<div class="col-md-6 mb16 mt16">
|
||||
<p>Design expression comes from the combined effect of all elements in a product. Colour tone, shape and size should direct a person's thoughts towards buying the product. Therefore it is in the product designer's best interest to consider the audiences who are most likely to be the product's end consumers. Keeping in mind how consumers will perceive the product during the design process will direct towards the product’s success in the market. However, even within a specific audience, it is challenging to cater to each possible personality within that group.</p>
|
||||
</div>
|
||||
<div class="col-md-6 mb16 mt16">
|
||||
<p>The solution to that is to create a product that, in its designed appearance and function, expresses a personality or tells a story. Products that carry such attributes are more likely to give off a stronger expression that will attract more consumers. On that note it is important to keep in mind that design expression does not only concern the appearance of a product, but also its function. For example, as humans our appearance as well as our actions are subject to people's judgment when they are making a first impression of us.</p>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<img alt="#" src="/website/image/theme_common.image_content_04" class="img img-responsive"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_separator_block bg-alpha" style="height: 128px; overflow: hidden;">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="s_separator_block-container"/>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,24 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_artists
|
||||
#
|
||||
# Translators:
|
||||
# Ermin Trevisan <trevi@twanda.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 11:36+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 11:36+0000\n"
|
||||
"Last-Translator: Ermin Trevisan <trevi@twanda.com>, 2017\n"
|
||||
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_artists
|
||||
#: model:ir.ui.view,arch_db:theme_artists.artists_radley_font
|
||||
msgid "Radley"
|
||||
msgstr "Radley"
|
||||
@@ -0,0 +1,21 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_artists
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 11:36+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 11:36+0000\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_artists
|
||||
#: model:ir.ui.view,arch_db:theme_artists.artists_radley_font
|
||||
msgid "Radley"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,21 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_artists
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 11:36+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 11:36+0000\n"
|
||||
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: theme_artists
|
||||
#: model:ir.ui.view,arch_db:theme_artists.artists_radley_font
|
||||
msgid "Radley"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,24 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_artists
|
||||
#
|
||||
# Translators:
|
||||
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 11:36+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 11:36+0000\n"
|
||||
"Last-Translator: Yenthe Van Ginneken <yenthespam@gmail.com>, 2017\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_artists
|
||||
#: model:ir.ui.view,arch_db:theme_artists.artists_radley_font
|
||||
msgid "Radley"
|
||||
msgstr "Radley"
|
||||
@@ -0,0 +1,22 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_artists
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 11:36+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 11:36+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: theme_artists
|
||||
#: model:ir.ui.view,arch_db:theme_artists.artists_radley_font
|
||||
msgid "Radley"
|
||||
msgstr ""
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_artists
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 11:36+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 11:36+0000\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: theme_artists
|
||||
#: model:ir.ui.view,arch_db:theme_artists.artists_radley_font
|
||||
msgid "Radley"
|
||||
msgstr ""
|
||||
|
After Width: | Height: | Size: 737 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 8.1 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
@@ -0,0 +1,200 @@
|
||||
<section class="container">
|
||||
<h2 class="text-muted">Html5 Responsive Bootstrap Theme for Odoo CMS</h2>
|
||||
<hr>
|
||||
|
||||
<p class="lead">Artists is a professional responsive HTML5 theme, built using Bootstrap3,
|
||||
the most popular front-end framework for developing responsive, mobile
|
||||
first projects on the web. Just drag & drop the new building blocks
|
||||
you need to easily build your layout. All layouts are made of sections,
|
||||
that you can easily combine to fit your specific project.</p>
|
||||
<img src="artists_description.png" class="img-responsive center-block">
|
||||
<hr>
|
||||
|
||||
<h2 class="text-muted">Artists Customization Tool</h2>
|
||||
<p class="mb32">Theme Artists comes with customization tools. You can easily change
|
||||
the background, the colors and the font combination of your website or
|
||||
you a preset.</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<img src="customtool.jpg" class="img-responsive center-block">
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<h3>Theme Artists comes with a lot of options</h3>
|
||||
<ul>
|
||||
<li>WIDE OR BOXED LAYOUT</li>
|
||||
<li>6 COLOR SCHEMES</li>
|
||||
<li>8 BACKGROUND SHADES</li>
|
||||
<li>6 FONT COMBINATIONS</li>
|
||||
<li>10 BACKGROUND PATTERNS</li>
|
||||
</ul>
|
||||
<p>All the background, color and font combinations were made to work together. You can not go wrong with the settings.</p>
|
||||
|
||||
<h3>Minimalistic Flat Design</h3>
|
||||
<p>Artists was made with easy customization and branding in mind. Based on
|
||||
simple, modern and typographical elements, it allows you to easily customize
|
||||
your website.</p>
|
||||
|
||||
<h3>6 Prebuild Presets</h3>
|
||||
<p class="mb16">You don't have the time to play with options? Don't worry, Artists gives
|
||||
you six full presets wich combine colors, fonts and background.</p>
|
||||
<p class="mb16">This theme has an <a href="https://apps.odoo.com/apps/10.0/theme_artists_sale/">additional eCommerce plugin</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<h2 class="text-muted">Artists Building Blocks</h2>
|
||||
<p class="mb32">You get a new complete range of building blocks.</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h4 class="text-muted mb16">STRUCTURE BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Custom Banner</li>
|
||||
<li>Big Picture + Text</li>
|
||||
<li>Text + Big Picture</li>
|
||||
<li>Cubes</li>
|
||||
<li>Features Slideshow</li>
|
||||
<li>Header + Text + Picture</li>
|
||||
<li>Product List</li>
|
||||
<li>Text + Image + Text</li>
|
||||
<li>Parallax Banner</li>
|
||||
<li>2 Color Blocks</li>
|
||||
<li>4 Color Blocks</li>
|
||||
<li>Numbers</li>
|
||||
<li>Timeline</li>
|
||||
<li>Event List</li>
|
||||
<li>Logos Bar</li>
|
||||
<li>Testimonial Slider</li>
|
||||
<li>Progress</li>
|
||||
<li>Big Circle Icons</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h4 class="text-muted">CONTENT BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Title</li>
|
||||
<li>1 Column Text</li>
|
||||
<li>2 Column Text</li>
|
||||
<li>3 Column Text</li>
|
||||
<li>4 Column Text</li>
|
||||
<li>Custom Button</li>
|
||||
<li>Separator Block</li>
|
||||
</ul>
|
||||
<h4 class="text-muted">FEATURES BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Slide Banner</li>
|
||||
<li>Slideshow with products</li>
|
||||
</ul>
|
||||
<h4 class="text-muted">EFFECTS BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Big Image Parallax</li>
|
||||
</ul>
|
||||
<h3>Customize Your Blocks</h3>
|
||||
<p class="mb16">Each building blocks comes with its own options. </p>
|
||||
<img src="customtool2.jpg"
|
||||
class="img-responsive center-block">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Some fonts might not work with extended charsets.</p>
|
||||
<p>The images in the theme are copyrighted and can't be used outside of the odoo.com domain.</p>
|
||||
<hr>
|
||||
|
||||
<h1 class="text-center">CONTRIBUTORS LIST</h1>
|
||||
<p class="strong text-center">This theme was created with the help of our user community.</p>
|
||||
|
||||
<h3 class="text-center">Thanks to our backers the Indiegogo campaign was a success!</h3>
|
||||
<p class="text-center"><a>https://www.indiegogo.com/projects/bootstrap-themes-for-odoo-cms/</a></p>
|
||||
|
||||
<h1 class="text-center"><u>Main Sponsor</u></h1>
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.aselcis.com/" target="blank">
|
||||
<img src="contributors/aselcis.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.bas-solutions.nl/" target="blank">
|
||||
<img src="contributors/bas-solutions.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.bloopark.de/" target="blank">
|
||||
<img src="contributors/bloopark.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.brouwland.com" target="blank">
|
||||
<img src="contributors/brouwland.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.catsanddogs.com/" target="blank">
|
||||
<img src="contributors/catsdogs.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="https://www.hucke-media.de/" target="blank">
|
||||
<img src="contributors/huckemedia.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.datadialog.net/" target="blank">
|
||||
<img src="contributors/dialognet.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.dynapps.be/" target="blank">
|
||||
<img src="contributors/dynapps.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://opusvl.com/" target="blank">
|
||||
<img src="contributors/opusvl.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://oxenworkwear.com/" target="blank">
|
||||
<img src="contributors/oxen.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.simplit.co/" target="blank">
|
||||
<img src="contributors/simplitco.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.sodexis.com/" target="blank">
|
||||
<img src="contributors/sodexis.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mb32">
|
||||
<div class="col-md-2 col-md-offset-3">
|
||||
<a href="https://www.techreceptives.com" target="blank">
|
||||
<img src="contributors/tech-receptives.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.applicatour.com/" target="blank">
|
||||
<img src="contributors/applicatour.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="https://vauxoo.com" target="blank">
|
||||
<img src="contributors/vauxoo.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Ross Whiting, Oxenworkwear - Hans Balis - Stephan Keller, Sodexis, Inc. - Michael Hucke, Hucke Media GmbH & Co. KG - Joachim Grubelnik, DaDi EDV GmbH datadialog.net - DynApps - Cats&Dogs bvba - Bloopark systems GmbH & Co. KG - Parthiv Patel, Tech Receptives Solutions Pvt. Ltd. - Stuart Mackintosh, OpusVL - Erwin van der Ploeg, BAS Solutions - ali Zuaby, simplit co - Aselcis Consulting - Nhomar Hernandez, Vauxoo</p>
|
||||
|
||||
<h1 class="text-center"><u>Sponsor</u></h1>
|
||||
<p>Robert Baumgartner, datenpol gmbh - openBIG - Russell Phillippe, Protogenos Ltd - Julien Allo, Julius - EasyPME - Jonathan Wilson, WillowIT Pty Ltd - Xavier Mallein, MAallein - Pedro M. Baeza, Serv. Tecnol. Avanzados - Daniel Dico, OERP Canada - Jantz Business Group b.v. - LogicaSoft Consulting - Eric Caudal, Elico Corp - Ermin Trevisan, Twanda - Jean-François Mattler, OpenFid SAS - Alex Ferrer, Lannex IT Solutions - Tony Gu, Shine IT Co. Ltd. 先安科技 - TaPo-IT OG - Jos De Graeve, Apertoso - Nicolas Rigo, eezee-it - Luis Miguel Varón E, Colorisa S.A - OpenBias - Stanislas Drouin Applicatour</p>
|
||||
|
||||
<h1 class="text-center"><u>Power Designer</u></h1>
|
||||
<p>Rohit Thakral - François Dhommeaux, Ubic Informatique - Judson Alves, Market Home Delivery - Eric Flaux, ABF Osiell - Gilles Dupont - Arnis Putniņš - Johnson Martt, GetOpenERP (Part of OpenStow Technologies) - Gianluca Milano - Daniel Stolovich, ATEL S.A. - Equitania Software GmbH - Senthilnathan G - Houssine Bakkali - Arend Trip - Kevin Woolf, Baba Kevin's American Barbecue Co., Ltd. - toodoo sàrl - Zoltan Gabor 'Apersis' - Tom De Decker, WEB2GO LTD - Nicolás Cavalier Montenegro, STOREGUD CORPORATION SAC - Keirse Jerome - REAL Solutions S.A. - Davide Corio - Brice Muangkhot - Melvin Miguel Martinez, Mendoza Hernandez - Auditores - Chua Wen Ching - Tran Minh Tri working, ungdungtinhoc.com - Badisheng Morena - Sogexis - Josh Wardini - The Tee Shirt Bakery - Bruce Letterle, Red Lab Media - Benoit Vankoningsloo - Francisco Manuel Garcia Claramonte. - Paulina Mikolajczak-Blasco - Collectiv - Tony Fernando - Herbert Riener, rigaConcepts - Kalmen Chia, E-Global SCM Solution Sdn Bhd - Rob North, Pair A Dice Games - David E. Vargas, CloudShop - François Le Gal - Calin Chete (24h Solutions) - Maria Gabriela Fong, MAGA Systems & Consulting - Pascal Behr, Cytosurge AG - Marc Antwertinger - Opencloud Unipessoal, Lda - Ruchir Shukla, BizzAppDev - Michael Hucke, Hucke Media GmbH & Co. KG - Mathias Neef, copadoMEDIA UG - Pablo Arias - Same Motion - livingprocess.de - Habib Ayob - Igor Jovanovic - Liangming Wang, Weixuan Inc. - Jason Au Yeung, Binary System Limited - Fredrik Arvas, Arvas International AB - Martin Temmink, Zigaret - Mathieu Vanneste, Flockdesign - Filip Fruru, Instant Media - Marianne Wilmsmeier, Fabrik Fünf GmbH - Vertex Group Enterprises - Bingen Eguzkitza - Herczeg Péter, InnOpen Group Kft - Giles Hohnen - Luis Felipe Miléo, KMEE - Maria Gabriela Fong, MAGA Systems & Consulting - Aaron Magon, Web Industries - Andrew Trueman, B.M. Trueman & Partners - Sven Petersen, Conexus - Nous Cambas - Oliver Yuan, OpenStone - Henri Ibowili, A-YANT.COM - Nicolas JEUDY - Helmut Drewes - Maik Steinfeld, Streward - Hans Henrik Gabelgaard - AJ Rosman - Eduard - Patrick Darribet, SUDOKEYS - Camptocamp - Cyril Morisse - Alejandro Santana - Eva Pinter, YBO - Mathias Neef, copadoMEDIA UG - Jean-Christophe Perrot, LOGICASOFT - Zarshed Ali, HiTechnologia - Stefan Reisich - Maxime Chambreuil, Savoir-faire Linux - Mario Gielissen, Openworx - Nicholas Burdic, Aptoworks LLC - Olivier Lenoir</p>
|
||||
</section>
|
||||
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 49 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 161 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
After Width: | Height: | Size: 319 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 217 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 247 KiB |
|
After Width: | Height: | Size: 149 KiB |
|
After Width: | Height: | Size: 263 KiB |
|
After Width: | Height: | Size: 385 KiB |
|
After Width: | Height: | Size: 2.0 KiB |
|
After Width: | Height: | Size: 55 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 8.5 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
@@ -0,0 +1,40 @@
|
||||
body {
|
||||
font-size: 13px;
|
||||
}
|
||||
.navbar-default .container {
|
||||
box-shadow: none;
|
||||
}
|
||||
header .navbar-default .container {
|
||||
height: 50px;
|
||||
li > .dropdown-menu {
|
||||
margin-top: 0;
|
||||
}
|
||||
.navbar-collapse {
|
||||
@media screen and (max-width: @screen-xs-max) {
|
||||
float: left;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.navbar-header {
|
||||
height: 50px;
|
||||
padding: 0 15px;
|
||||
.navbar-brand {
|
||||
transform: none;
|
||||
padding: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
.navbar-toggle {
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
#top_menu {
|
||||
transform: none;
|
||||
li a {
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
#wrapwrap {
|
||||
font-family: "Radley";
|
||||
font-size: 14px;
|
||||
line-height: 1.6em;
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: "Radley";
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
#wrapwrap {
|
||||
#wrap {
|
||||
max-width: 1000px;
|
||||
.container {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
#footer {
|
||||
max-width: 1000px;
|
||||
}
|
||||
footer {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
.container:last-child {
|
||||
max-width: 1000px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
@s_banner_3_carousel_height: 600px;
|
||||
@s_banner_3_indicators_visible: visible;
|
||||
@s_banner_3_padding: 30px;
|
||||
@s_banner_3_h1_size: 50px;
|
||||
@s_banner_3_h2_size: 30px;
|
||||
|
||||
.s_banner_3_row_hook() {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
height: auto;
|
||||
border: none;
|
||||
width: 100%;
|
||||
img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.s_banner_3_col_center_hook() {
|
||||
text-align: center;
|
||||
height: auto;
|
||||
padding-bottom: 20px;
|
||||
h1, h2 {
|
||||
color: white;
|
||||
}
|
||||
.fa {
|
||||
transform: none;
|
||||
font-size: 18px;
|
||||
}
|
||||
@media screen and (max-width: @screen-xs-max) {
|
||||
width: 100%;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.s_banner_3_carousel-control_hook() {
|
||||
display: none;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
@s_banner_parallax_text_color: white;
|
||||
@s_banner_parallax_height: 600px;
|
||||
|
||||
.s_banner_parallax_row_hook() {
|
||||
.hero-bg:before {
|
||||
border-top: 0px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
.hero-bg:after {
|
||||
border-top: 0px solid rgba(0, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.s_banner_parallax_hero_bg_hook() {
|
||||
margin-bottom: 100px;
|
||||
@media screen and (max-width: 640px) {
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
@s_products_carousel_carousel_control_color: rgba(0, 0, 0, 0);
|
||||
@s_products_carousel_carousel_height: 100vh;
|
||||
@s_products_carousel_carousel_icon_color: @color-alpha;
|
||||
@s_products_carousel_indicators_position: 120px;
|
||||
@s_products_carousel_indicators_visible: visible;
|
||||
|
||||
.s_products_carousel_hook() {
|
||||
display: none;
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="less" inherit_id="website.assets_frontend" active="True" priority="1">
|
||||
<xpath expr="." position="inside">
|
||||
<link href="/theme_artists/static/src/less/layout.less" rel="stylesheet" type="text/less"/>
|
||||
<link href="/theme_artists/static/src/less/snippets/s_banner_3.less" rel="stylesheet" type="text/less"/>
|
||||
<link href="/theme_artists/static/src/less/snippets/s_banner_parallax.less" rel="stylesheet" type="text/less"/>
|
||||
<link href="/theme_artists/static/src/less/snippets/s_products_carousel.less" rel="stylesheet" type="text/less"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- Change fullwidth layout -->
|
||||
<template id="artists_layout_boxed" inherit_id="theme_monglia.option_layout_boxed" name="Artists Boxed Layout">
|
||||
<xpath expr="//link[last()]" position="after">
|
||||
<link href="/theme_artists/static/src/less/options/layout/boxed_2.less" rel="stylesheet" type="text/less"/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- Put new font into modal -->
|
||||
<template id="artists_radley_font" inherit_id="theme_monglia.theme_customize" name="Artist Radley Font">
|
||||
<xpath expr="//div[contains(@id, 'font')]/div[contains(@class, 'row')]" position="inside">
|
||||
<div class="col-xs-12">
|
||||
<label class="chd-fonts-combi center-block">
|
||||
<h4 style="font-family: Radley; font-size: 30px">Radley</h4>
|
||||
<input name="fontvar" type="radio" data-xmlid="theme_artists.option_font_radley"/>
|
||||
</label>
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- Radley template -->
|
||||
<template id="option_font_radley" name="option_font_radley" inherit_id="website.assets_frontend" active="True">
|
||||
<xpath expr="//link[last()]" position="after"><link href="/theme_artists/static/src/less/options/fonts/radley.less" rel="stylesheet" type="text/less"/></xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,141 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- BACKGROUNDS -->
|
||||
<record id="theme_monglia.bg_img_01" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/01.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_02" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/02.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_03" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/03.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_04" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/04.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_05" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/05.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_06" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/06.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_07" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/07.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_08" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/08.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_09" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/09.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.bg_img_10" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/backgrounds/10.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- CONTENT -->
|
||||
<record id="theme_common.image_content_logo" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_logo.png</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_01" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_01.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_02" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_02.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_03" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_03.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_04" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_04.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_05" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_05.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_06" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_06.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_07" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_07.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_08" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_08.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_09" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_09.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_10" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_10.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_11" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_11.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_content_12" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/content_img_12.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- PRODUCTS -->
|
||||
<record id="theme_common.image_product_01" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_01.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_02" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_02.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_03" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_03.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_04" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_04.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_05" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_05.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_06" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_06.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_07" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_07.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_08" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_08.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_09" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_09.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_10" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_10.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="theme_common.image_product_11" model="ir.attachment">
|
||||
<field name="url">/theme_artists/static/src/img/content/product_img_11.jpg</field>
|
||||
</record>
|
||||
</odoo>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="theme_monglia.option_layout_boxed" model="ir.ui.view">
|
||||
<field name="active" eval="True"/>
|
||||
</record>
|
||||
<record id="theme_monglia.option_layout_fullwidth" model="ir.ui.view">
|
||||
<field name="active" eval="False"/>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.option_font_handlee" model="ir.ui.view">
|
||||
<field name="active" eval="False"/>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.option_colorPreset1" model="ir.ui.view">
|
||||
<field name="active" eval="False"/>
|
||||
</record>
|
||||
|
||||
<record id="theme_monglia.option_colorPreset3" model="ir.ui.view">
|
||||
<field name="active" eval="True"/>
|
||||
</record>
|
||||
</odoo>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="snippet_selection" inherit_id="theme_monglia.snippet_selection">
|
||||
<xpath expr="//div[@id='snippet_structure']/div[contains(@class, 'o_panel_body')]/t[@t-snippet='theme_common.s_full_menu']" position="replace"/>
|
||||
<xpath expr="//div[@id='snippet_structure']/div[contains(@class, 'o_panel_body')]/t[@t-snippet='theme_common.s_compact_menu']" position="replace"/>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo>
|
||||
<template name="Artists Banner Parallax" id="artists_s_banner_parallax" inherit_id="theme_common.s_banner_parallax">
|
||||
<xpath expr="//div[contains(@class, 'col-md-9')]/*[last()]" position="replace"/>
|
||||
</template>
|
||||
</odoo>
|
||||