[ADD] theme 11.0

This commit is contained in:
Design
2021-05-11 15:53:01 +02:00
committed by Jeremy Kersten
commit 25fdf9fa77
3867 changed files with 223066 additions and 0 deletions
+27
View File
@@ -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.
View File
+28
View File
@@ -0,0 +1,28 @@
{
'name': 'Clean Theme',
'description': 'Clean Theme',
'category': 'Theme/Services',
'sequence': 120,
'version': '1.1',
'author': 'Odoo SA',
'depends': ['theme_common', 'website_animate'],
'data': [
'views/assets.xml',
'views/customize_modal.xml',
'views/image_content.xml',
'views/image_library.xml',
'views/snippets_options.xml',
'views/snippets.xml',
],
'demo': [
'demo/home.xml',
'demo/blocks.xml',
],
'images': [
'static/description/Clean_description.jpg',
'static/description/clean_screenshot.jpg',
],
'price': 199,
'currency': 'EUR',
'live_test_url': 'https://theme-clean.odoo.com/page/demo_page_home',
}
+361
View File
@@ -0,0 +1,361 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="demo_page_blocks_page" model="website.page">
<field name="url">/demo_page_blocks</field>
<field name="website_published">True</field>
<field name="name">Demo Page Block</field>
<field name="type">qweb</field>
<field name="key">website.demo_page_blocks</field>
<field name="arch" type="xml">
<t t-name="website.demo_page_blocks">
<t t-call="website.layout">
<div id="wrap" class="oe_structure oe_empty">
<section class="s_big_image_parallax parallax bg-img-04" data-scroll-background-offset="0" data-scroll-background-ratio="0.3">
<div class="container">
<div class="row">
<div class="col-md-3 col-md-offset-2 mt32 s_big_image_parallax_content">
<img class="img-responsive center-block o_animate o_anim_fade_in_up" src="/web/image/theme_common.image_content_03"/>
</div>
<div class="col-md-4 mt64 mb64">
<img class="img-responsive center-block" src="/web/image/theme_common.image_content_logo"/>
</div>
<div class="col-md-4 text-center">
<h3>NEW EXCLUSIVE BUILDING BLOCKS</h3>
</div>
</div>
</div>
</section>
<section class="s_title_block">
<div class="container">
<div class="row">
<div class="col-md-12 mt64">
<h2>STRUCTURE BLOCKS</h2>
<hr/>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">1. Clean Title Block</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_title"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">2. Clean Text Block</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_text"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">3. Clean Image Text</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="website.s_image_text"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">4. Clean Text Image</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="website.s_text_image"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">5. Clean Color Blocks x2</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_color_blocks_2"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">6. Clean Color Blocks x4</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_color_blocks_4"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">7. Clean One Column</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_column"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">8. Clean Two Columns</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_two_columns"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">9. Clean Three Columns</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_three_columns_circle"/>
<section class="s_title_block">
<div class="container">
<div class="row">
<div class="col-md-12 mt64">
<h2>CONTENT BLOCKS</h2>
<hr/>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">1. Icon Box</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_icon_box"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">2. Icon Box Circle</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_icon_box_circle"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">3. Icon Box Square</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_icon_box_square"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">4. Separator Color</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_separator_color"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">5. Separator Shade</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_separator_shade"/>
<section class="s_title_block">
<div class="container">
<div class="row">
<div class="col-md-12 mt64">
<h2>FEATURES BLOCKS</h2>
<hr/>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">1. Lead Bar</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_lead_bar"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">4. Team Profiles</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_team_profiles"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">5. Profile</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_profile"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">6. Timeline</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_timeline"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">7. Timeline Compact</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_timeline_compact"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">8. Event List</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_event_list"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">9. Discount</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_discount"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">10. Pricing</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_pricing"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">11. Process Step</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_process_steps_2"/>
<section class="s_title_block">
<div class="container">
<div class="row">
<div class="col-md-12 mt64">
<h2>EFFECT BLOCKS</h2>
<hr/>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">1. Big Image</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_big_image"/>
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<blockquote class="demo_blocks_title">
<h3 class="text-muted">2. Big Image Parallax</h3>
</blockquote>
</div>
</div>
</div>
<div data-oe-call="theme_common.s_big_image_parallax"/>
</div>
</t>
</t>
</field>
</record>
<record id="demo_page_blocks_menu" model="website.menu">
<field name="name">Blocks</field>
<field name="url">/demo_page_blocks</field>
<field name="parent_id" ref="website.main_menu"/>
<field name="sequence" type="int">20</field>
<field name="page_id" ref="demo_page_blocks_page"/>
</record>
</odoo>
+383
View File
@@ -0,0 +1,383 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="demo_page_home_page" model="website.page">
<field name="url">/demo_page_home</field>
<field name="website_published">True</field>
<field name="name">Home</field>
<field name="type">qweb</field>
<field name="key">website.demo_page_home</field>
<field name="arch" type="xml">
<t t-name="website.demo_page_home">
<t t-call="website.layout">
<div id="wrap" class="oe_structure oe_empty">
<section class="s_big_image bg-img-01">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 mt128">
<img class="img-responsive center-block" src="/web/image/theme_common.image_content_logo"/>
</div>
<div class="col-md-6 col-md-offset-3 s_big_image_content text-center mt16 mb48">
<div class="s_text_highlight bg-gamma mt32 mb32">
<div class="container">
<div class="row">
<div class="text-center">
<h3>A Business Theme for Odoo CMS</h3>
</div>
</div>
</div>
</div>
<a class="btn btn-warning btn-lg" href="/demo_page_blocks" type="button">NEW BUILDING BLOCKS</a>
</div>
</div>
</div>
</section>
<section class="s_lead_bar bg-gamma">
<div class="container">
<div class="row">
<div class="col-md-8 mt16 mb32">
<h3>Responsive HTML5 theme built using Bootstrap</h3>
<h5 class="mb0 mt0 text-muted">CLEAN was made with easy customization in mind.</h5>
</div>
<div class="col-md-4 mt16 mb32">
<a class="btn btn-primary btn-lg pull-right mt24" href="/contactus"><i class="fa fa-arrow-right"/>
Theme Features
</a>
</div>
</div>
</div>
</section>
<section class="clean-title">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mt48 mb16">
<h1>Focuses on Your Content !</h1>
<h3 class="text-muted ">flat design &amp; clean structure</h3>
</div>
</div>
</div>
</section>
<section class="s_image_text">
<div class="container">
<div class="row">
<div class="col-md-5 mt32 mb32">
<img class="img-responsive o_animate o_anim_fade_in_left" src="/web/image/theme_common.image_content_02"/>
</div>
<div class="col-md-5 col-md-offset-2 mt32">
<h3>Clean for Odoo CMS</h3>
<h4 class="text-muted">BUILD WITH BOOTSTRAP 3 FRAMEWORK</h4>
<div/>
<p>Clean is a professional responsive HTML5 theme, built using Bootstrap3, the most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Just drag &amp; drop the 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>
</div>
</div>
</div>
</section>
<section class="s_icon_box_circle mt8">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mb48">
<h1>Impress Your Visitor !</h1>
<h3 class="text-muted ">Showcase Your Services and Features</h3>
</div>
<div class="col-md-3 clearfix mt16 mb16">
<span class="fa fa-2x fa-picture-o pull-left img-circle bg-gamma"/>
<div class="icon_box_content">
<h4>Minimalistic Flat Design</h4>
<p>Theme Clean provides a modern and minimalistic flat design and makes you ride the trend</p>
</div>
</div>
<div class="col-md-3 clearfix mt16 mb16">
<span class="fa fa-2x fa-pencil pull-left img-circle bg-gamma"/>
<div class="icon_box_content">
<h4>6 Beautiful Color Schemes</h4>
<p>Easily adapt your branding with the six color palettes you can choose with Theme Clean</p>
</div>
</div>
<div class="col-md-3 clearfix mt16 mb16">
<span class="fa fa-2x fa-font pull-left img-circle bg-gamma"/>
<div class="icon_box_content">
<h4>12 Font Combinations</h4>
<p>Find the font that suits your business and make your content more accessible by you visitors.</p>
</div>
</div>
<div class="col-md-3 clearfix mt16 mb128">
<span class="fa fa-2x fa-desktop pull-left img-circle bg-gamma"/>
<div class="icon_box_content">
<h4>Wide and Boxed Layout</h4>
<p>Changing your layout is super easy with Theme Clean. You can switch from full width to boxed.</p>
</div>
</div>
</div>
</div>
</section>
<section class="s_two_columns mt48 o_displayed_top o_displayed_middle o_displayed_bottom">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mt48">
<h2>Build Attractive Web Pages Without any Technical or Designer Skills</h2>
<h3 class="text-muted ">CLEAN is SIMPLE, Fast AND EFFICIENT</h3>
</div>
<div class="col-md-12 text-center mt48">
<div/>
<blockquote>
<p>
<em>Clean is a uniquely designed theme. It's super easy to modify and uses advanced LESS/CSS techniques
<br/>
built on the latest Bootstrap Framework.</em>
</p>
</blockquote>
</div>
<div class="col-md-5 mb32 mt0">
<img class="img-responsive" src="/web/image/theme_common.image_content_06"/>
<h4 class="mt32 text-center">Easy Customization</h4>
<h5 class="text-muted text-center">TOOLS &amp; OPTIONS</h5>
<blockquote>
<p>You can easily change the background, the colors and the font combination of your website or you a preset.</p>
</blockquote>
</div>
<div class="col-md-5 col-md-offset-2 mt0 mb92">
<img class="img-responsive" src="/web/image/theme_common.image_content_05"/>
<h4 class="mt32 text-center">All Blocks Editable</h4>
<h5 class="text-muted text-center">RICH FEATURES</h5>
<blockquote>
<p>Every Building Block has its own options. You can change their style by playing with images, colors and gradients.</p>
</blockquote>
</div>
</div>
</div>
</section>
<section class="s_lead_bar bg-epsilon">
<div class="container">
<div class="row">
<div class="col-md-8 mt16 mb32">
<h3>New Odoo Bootstrap Theme: Clean Theme</h3>
<h5 class="mb0 mt0 text-muted">CLEAN was made with easy customization in mind.</h5>
</div>
<div class="col-md-4 mt16 mb32">
<a class="btn btn-primary btn-lg pull-right mt24" href="/demo_page_blocks"><i class="fa fa-arrow-right"/>
Theme Features
</a>
</div>
</div>
</div>
</section>
<section class="s_color_blocks_2">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 s_color_blocks_2_block text-center o_animate o_anim_fade_in_left bg-img-03">
<span class="fa fa-shield fa-5x center-block"/>
<h2 class="text-center">Clean Layout</h2>
<h3 class="text-center text-muted mb16">PLAY WITH COLORS &amp; GRADIENTS</h3>
<p>Clean is a uniquely designed theme.
<br/>
It's super easy to modify and uses advanced LESS/CSS techniques<br/>
built on the latest Bootstrap Framework.<br/>
<br/>
</p>
<a class="btn btn-info mb32" href="#"><i class="fa fa-cog"/>
More Details
</a>
</div>
<div class="col-md-6 s_color_blocks_2_block bg-gamma text-center bg_gradient_primary_up o_animate o_anim_fade_in_right">
<span class="fa fa-cube fa-5x center-block"/>
<h2 class="text-center">Clean Structure</h2>
<h3 class="text-center text-muted mb16">HIGHLIGHT WITH ANIMATIONS</h3>
<p>Clean is build with easy customization in mind. Out of the box,<br/>
you get 6 color schemes and multiple combinations,<br/>
from backgronds to fonts.<br/>
<br/>
</p>
<a class="btn btn-info mb32" href="#"><i class="fa fa-cog"/>
More Details</a>
</div>
</div>
</div>
</section>
<section class="s_discount">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mb32 mt48">
<h2>Clean Theme - Beautiful Flat Colors</h2>
<section class="s_separator_color mt48">
<div class="container">
<div class="row">
<hr/>
</div>
</div>
</section>
<h3 class="text-muted">Brand your website now</h3>
</div>
<div class="col-md-3 col-xs-12 mt32 mb32">
<div class="s_discount_box">
<div class="s_discount_brand">
<h3 class="text-muted">COUPON</h3>
</div>
<div class="s_discount_amount bg-yellow">30%
<div class="s_discount_type">off</div>
</div>
<div class="s_discount_descr">
<strong>Increase the amount of your visitors by offering them great discount.</strong><br/>Let them find the coupon code.</div>
<div class="s_discount_ends">
<small>* Conditions and restrictions apply.</small>
</div>
<div class="s_discount_coupon bg-yellow">
<a class="s_discount_open-code" data-toggle="collapse" href="#code-1">Get a code</a>
<div class="collapse s_discount_code" id="code-1">LV5MAY14</div>
</div>
</div>
</div>
<div class="mt32 mb32 col-xs-12 col-md-4">
<div class="s_discount_box">
<div class="s_discount_brand">
<h3 class="text-muted">GIFT CARDS</h3>
</div>
<div class="s_discount_amount bg-red">25%
<div class="s_discount_type">off</div>
</div>
<div class="s_discount_descr">
<strong>Increase the amount of your visitors by offering them great discount.</strong><br/>Let them find the coupon code.
</div>
<div class="s_discount_ends">
<small>* Conditions and restrictions apply.</small>
</div>
<div class="s_discount_coupon bg-red">
<a class="s_discount_open-code" data-toggle="collapse" href="#code-3">Get a code</a>
<div class="collapse s_discount_code" id="code-3">ZUY4OPLQ</div>
</div>
</div>
</div>
<div class="mt32 mb32 col-md-4 col-xs-12 col-md-offset-1">
<div class="s_discount_box">
<div class="s_discount_brand">
<h3 class="text-muted">-50% OFF</h3>
</div>
<div class="s_discount_amount bg-epsilon">GIFT
<div class="s_discount_type">card</div>
</div>
<div class="s_discount_descr">
<strong>Increase the amount of your visitors by offering them great discount.</strong><br/>Let them find the coupon code.
</div>
<div class="s_discount_ends">
<small>* Conditions and restrictions apply.</small>
</div>
<div class="s_discount_coupon bg-epsilon">
<a class="s_discount_open-code" data-toggle="collapse" href="#code-4">Get a code</a>
<div class="collapse s_discount_code" id="code-4">ZUY4OPLQ</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s_team_profiles bg-epsilon bg_gradient_black_up mt92">
<div class="container">
<div class="row">
<div class="col-md-12 text-center mt128 mb64">
<h1 class="text-muted">Drop. Resize. Duplicate. ANIMATE. Customize
<font class="text-orange">anything</font>
you want.</h1>
<div>
<h2>An Extended Set of Options!</h2>
</div>
</div>
<div class="col-md-12 text-center mt16 mb128">
<blockquote>
<p>
<em>See how easy it is to change the look of your page just by using an other background color.<br/>Combine your background color with a gradient to get more depht.</em>
</p>
<small>Design Tip</small>
</blockquote>
</div>
</div>
</div>
</section>
<section class="s_image_text mt48">
<div class="container">
<div class="row">
<div class="col-md-5 mt32">
<h1>Create Stunning<br/>
Layouts in Instant !</h1>
<div/>
<div/>
<blockquote>
<p>
<em>BUILD TO LOOK AWESOME</em>
</p>
</blockquote>
</div>
<div class="mt32 col-md-offset-1 col-md-6">
<h3>Personalize Every Element</h3>
<div/>
<div/>
<div class="s_progress_bar progress">
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="60" class="progress-bar progress-bar-success bg-turquoise-light" data-value="52" role="progressbar" style="width: 52%;">52% Research</div>
</div>
<div class="s_progress_bar progress">
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="60" class="progress-bar progress-bar-success bg-purple progress-bar-striped" data-value="61" role="progressbar" style="width: 61%;">61% Development</div>
</div>
<div class="s_progress_bar progress">
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="60" class="progress-bar progress-bar-success bg-pink-dark progress-bar-striped active" role="progressbar" style="width: 80%">
<span>80% Design</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s_icon_box mt92">
<div class="container">
<div class="row">
<div class="mt16 mb16 clearfix col-md-4">
<span class="fa fa-2x fa-expand pull-left text-gamma"/>
<div class="icon_box_content">
<h4>Responsive</h4>
<p>Clean is designed for mobile first so it looks great and clean on mobile devices of all sizes.</p>
</div>
</div>
<div class="mt16 mb16 clearfix col-md-4">
<span class="fa fa-2x fa-html5 pull-left text-gamma"/>
<div class="icon_box_content">
<h4>Clean HTML5</h4>
<p>Create your pages without typing a single line of code. Clean use a clean and simple HTML structure.</p>
</div>
</div>
<div class="mt16 mb92 clearfix col-md-4">
<span class="fa fa-2x fa-css3 pull-left text-gamma"/>
<div class="icon_box_content">
<h4>LESS/CSS</h4>
<p>Enjoy the power of LESS/CSS3. Customizing your theme has never been so easy. Make it your own!</p>
</div>
</div>
</div>
</div>
</section>
<section class="s_lead_bar bg-gamma">
<div class="container">
<div class="row">
<div class="col-md-8 mt16 mb32 o_animate o_anim_fade_in_left">
<h3>Clean - Bootstrap Theme for Odoo CMS</h3>
<h5 class="mb0 mt0 text-muted">CLEAN was made with easy customization in mind.</h5>
</div>
<div class="mb32 mt32 col-md-3 col-md-offset-1 o_animate o_anim_fade_in_right">
<a class="btn btn-info btn-lg" href="/contactus"><i class="fa fa-arrow-right"/>
Theme Features
</a>
</div>
</div>
</div>
</section>
</div>
</t>
</t>
</field>
</record>
<record id="demo_page_home_menu" model="website.menu">
<field name="name">Clean Home</field>
<field name="url">/demo_page_home</field>
<field name="parent_id" ref="website.main_menu"/>
<field name="sequence" type="int">20</field>
<field name="page_id" ref="demo_page_home_page"/>
</record>
</odoo>
File diff suppressed because it is too large Load Diff
+455
View File
@@ -0,0 +1,455 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_clean
#
# Translators:
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2017
# Luis M. Ontalba <luis.martinez@tecnativa.com>, 2017
# RGB Consulting <odoo@rgbconsulting.com>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-03-24 12:39+0000\n"
"PO-Revision-Date: 2017-03-24 12:39+0000\n"
"Last-Translator: RGB Consulting <odoo@rgbconsulting.com>, 2017\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_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
msgid "<b>Set Custom Image...</b>"
msgstr "<b>Establecer imagen personalizada...</b>"
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
msgid "<i class=\"fa fa-barcode\"/>Gradients"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid ""
"<span style=\"font-family:'Bitter-Regular'; font-size:14px\">Bitter</span>\n"
" <span style=\"font-family:'DroidSerif'; font-size:14px\">/ Droid Serif</span>"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid ""
"<span style=\"font-family:'Dosis-Regular'; font-size:14px\">Dosis</span>\n"
" <span style=\"font-family:'OpenSans-Regular'; font-size:14px\">/ OpenSans</span>"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid ""
"<span style=\"font-family:'JosefinSans-Regular'; font-size:14px\">Josefin Sans</span>\n"
" <span style=\"font-family:'Abel-Regular'; font-size:14px\">/ Abel</span>"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid ""
"<span style=\"font-family:'Lato-Light'; font-size:14px\">Lato Light</span>\n"
" <span style=\"font-family:'Muli-Regular'; font-size:14px\">/ Muli</span>"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid ""
"<span style=\"font-family:'LibreBaskerville-Regular'; font-size:12px\">LibreBaskerville</span>\n"
" <span style=\"font-family:'OpenSans-Regular'; font-size:13px\">/ Open Sans</span>"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid ""
"<span style=\"font-family:'MontserratAlternates-Regular'; font-size:14px\">Montserrat Alt</span>\n"
" <span style=\"font-family:'Imprima-Regular'; font-size:14px\">/ Imprima</span>"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid ""
"<span style=\"font-family:'Oswald-Regular'; font-size:14px\">Oswald</span>\n"
" <span style=\"font-family:'Muli-Regular'; font-size:14px\">/ Muli</span>"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid ""
"<span style=\"font-family:'Quattrocento-Regular'; font-size:14px\">Quattrocento</span>\n"
" <span style=\"font-family:'Bitter-Regular'; font-size:14px\">/ Bitter</span>"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid ""
"<span style=\"font-family:'Quattrocento-Regular'; font-size:14px\">Quattrocento</span>\n"
" <span style=\"font-family:'PT_Sans-Web-Regular'; font-size:14px\">/ PT Sans</span>"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid ""
"<span style=\"font-family:'Ubuntu-Regular'; font-size:14px\">Ubuntu</span>\n"
" <span style=\"font-family:'PT_Sans-Web-Regular'; font-size:14px\">/ PT Sans</span>"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid ""
"<span style=\"font-family:'Vollkorn-Regular'; font-size:14px\">Vollkorn</span>\n"
" <span style=\"font-family:'Alice-Regular'; font-size:14px\">/ Alice</span>"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid ""
"<span style=\"font-family:'Vollkorn-Regular'; font-size:14px\">Vollkorn</span>\n"
" <span style=\"font-family:'Raleway-Regular'; font-size:14px\">/ Raleway</span>"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "ADVANCED"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Amethyst"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "BOXED VIEW"
msgstr ""
#. module: theme_clean
#: model:website.menu,name:theme_clean.demo_page_blocks_menu
msgid "Blocks"
msgstr "Bloques"
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Blue"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "CLEAN PRESETS"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "COLD"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Change the layout"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Choose the main color"
msgstr ""
#. module: theme_clean
#: model:website.menu,name:theme_clean.demo_page_home_menu
msgid "Clean Home"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Cobalt"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Customize your theme"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "DARK"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Emerald"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Gold"
msgstr "Oro"
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "LIGHT"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_snippet_options
msgid "None"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "PRESET 1"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "PRESET 2"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "PRESET 3"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "PRESET 4"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "PRESET 5"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "PRESET 6"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Predefined Backgound, Colors and Fonts"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Preset 1"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Preset 2"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Preset 3"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Preset 4"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Preset 5"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Preset 6"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Select a FONT combination"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Select a background"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "Stone"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "WARM"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.theme_customize
msgid "WIDE VIEW"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "asphalt"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "blue"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "blue-dark"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "blue-light"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "brown"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "brown-dark"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "brown-light"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "clouds"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "concrete"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "green"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "green-dark"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "green-light"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "midnight"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "orange"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "orange-dark"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "orange-light"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "pink"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "pink-dark"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "pink-light"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "purple"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "purple-dark"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "purple-light"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "red"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "red-dark"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "red-light"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "silver"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "stone"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "turquoise"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "turquoise-dark"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "turquoise-light"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "yellow"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "yellow-dark"
msgstr ""
#. module: theme_clean
#: model:ir.ui.view,arch_db:theme_clean.clean_palette
msgid "yellow-light"
msgstr ""
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

+214
View File
@@ -0,0 +1,214 @@
<section class="container">
<h2 class="text-muted">Html5 Responsive Bootstrap Theme for Odoo CMS</h2>
<hr>
<p class="lead">Clean 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 &amp; 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="Clean_description2.jpg" class="img-responsive center-block" style="margin-top: 16px;"/>
<hr>
<h2 class="text-muted mt32">CLEAN Customization Tool</h2>
<p class="mb32">Theme Clean comes with customization tools.&nbsp;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 Clean comes with a lot of options</h3>
<ul>
<li>6 PRESETS</li>
<li>WIDE OR BOXED LAYOUT</li>
<li>6 COLOR SCHEMES</li>
<li>12 BACKGROUND SHADES</li>
<li>12 FONT COMBINATIONS</li>
<li>6 ANIMATIONS PRESETS</li>
</ul>
<p>All the background, color and font combinations were made to work together.&nbsp;
You&nbsp;can not go wrong with the settings.</p>
<h3>Minimalistic Flat Design</h3>
<p>Clean 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, Clean gives
you six full presets wich combine colors, fonts and background.</p>
</div>
</div>
<hr>
<h2 class="text-muted">CLEAN Building Blocks</h2>
<p class="mb32">You get a new complete range of building blocks.</p>
<div class="row">
<div class="col-md-4">
<h4 class="text-muted">STRUCTURE BLOCKS</h4>
<ul class="mb16">
<li>Title</li>
<li>Text</li>
<li>Color Block x2</li>
<li>Color Block x4</li>
<li>Image Text</li>
<li>Text Image</li>
<li>1 Column</li>
<li>2 Columns</li>
<li>3 Columns</li>
</ul>
<h4 class="text-muted mb16">CONTENT BLOCKS</h4>
<ul class="mb16">
<li>Text Highlight</li>
<li>Separator Color</li>
<li>Separator Shade</li>
<li>Icon Box</li>
<li>Icon Box Circle</li>
<li>Icon Box Square</li>
</ul>
</div>
<div class="col-md-4">
<h4 class="text-muted">FEATURES BLOCKS</h4>
<ul class="mb16">
<li>Lead Bar</li>
<li>Logos Bar</li>
<li>Team Profiles</li>
<li>Timeline</li>
<li>Timeline Compact</li>
<li>Event List</li>
<li>Discount</li>
<li>Pricing</li>
<li>Process Step</li>
</ul>
<h4 class="text-muted">EFFECTS BLOCKS</h4>
<ul class="mb16">
<li>Big Image</li>
<li>Big Image Parallax</li>
<li>Slide Banner</li>
</ul>
</div>
<div class="col-md-4">
<h3>Customize Your Blocks</h3>
<p class="mb16">Each building blocks comes with its own options.&nbsp;</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>
<br/>
<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>
<br/>
<h1 class="text-center"><u>Main Sponsor</u></h1>
<br/>
<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" style="margin-bottom:30px;">
<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>
<br/>
<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>
<br/>
<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>
Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 916 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Some files were not shown because too many files have changed in this diff Show More