[ADD] theme 14.0

This commit is contained in:
Jeremy Kersten
2021-05-10 15:45:35 +02:00
commit cb1e3be3f8
2309 changed files with 55585 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.
+3
View File
@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import models
+27
View File
@@ -0,0 +1,27 @@
{
'name': 'Bistro Theme',
'description': 'Bistro Theme - Restaurant, Food/Drink, Catering, Food trucks',
'category': 'Theme/Food',
'summary': 'Restaurants, Catering, Food, Drinks, Accomodations, Lodging, Hosting, Vacations, Holidays, Travels',
'sequence': 220,
'version': '2.0.0',
'author': 'Odoo S.A.',
'depends': ['theme_common'],
'data': [
'views/assets.xml',
'views/images_library.xml',
'views/snippets/s_cover.xml',
'views/snippets/s_features.xml',
'views/snippets/s_picture.xml',
'views/snippets/s_product_catalog.xml',
'views/snippets/s_quotes_carousel.xml',
'views/snippets/s_text_block.xml',
],
'images': [
'static/description/bistro_cover.jpg',
'static/description/bistro_screenshot.jpeg',
],
'license': 'LGPL-3',
'live_test_url': 'https://theme-bistro.odoo.com'
}
+52
View File
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_bistro
#
# Translators:
# Martin Trigaux, 2019
# Dejan Dinic, 2019
# Rudolf Schnapka <rs@techno-flex.de>, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 08:57+0000\n"
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2019\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_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "<i class=\"fa fa-reorder fa-1x\"/>Borders"
msgstr "<i class=\"fa fa-reorder fa-1x\"/>Ränder"
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Lines"
msgstr "Linien"
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "None"
msgstr "Keine"
#. module: theme_bistro
#: model:ir.model,name:theme_bistro.model_theme_utils
msgid "Theme Utils"
msgstr "Werkzeuge"
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Triangles"
msgstr "Dreiecke"
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Waves"
msgstr "Wellen"
+50
View File
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_bistro
#
# Translators:
# Martin Trigaux, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 08:57+0000\n"
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
"Last-Translator: Martin Trigaux, 2019\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_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "<i class=\"fa fa-reorder fa-1x\"/>Borders"
msgstr ""
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Lines"
msgstr "Líneas"
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "None"
msgstr "Ninguno"
#. module: theme_bistro
#: model:ir.model,name:theme_bistro.model_theme_utils
msgid "Theme Utils"
msgstr ""
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Triangles"
msgstr ""
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Waves"
msgstr ""
+50
View File
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_bistro
#
# Translators:
# Martin Trigaux, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 08:57+0000\n"
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
"Last-Translator: Martin Trigaux, 2019\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_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "<i class=\"fa fa-reorder fa-1x\"/>Borders"
msgstr ""
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Lines"
msgstr "Lignes"
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "None"
msgstr "Aucun"
#. module: theme_bistro
#: model:ir.model,name:theme_bistro.model_theme_utils
msgid "Theme Utils"
msgstr ""
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Triangles"
msgstr ""
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Waves"
msgstr ""
+52
View File
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_bistro
#
# Translators:
# Martin Trigaux, 2019
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2019
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 08:57+0000\n"
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
"Last-Translator: Yenthe Van Ginneken <yenthespam@gmail.com>, 2019\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_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "<i class=\"fa fa-reorder fa-1x\"/>Borders"
msgstr "<i class=\"fa fa-reorder fa-1x\"/>Randen"
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Lines"
msgstr "Regels"
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "None"
msgstr "Geen"
#. module: theme_bistro
#: model:ir.model,name:theme_bistro.model_theme_utils
msgid "Theme Utils"
msgstr "Thema tools"
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Triangles"
msgstr "Driehoeken"
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Waves"
msgstr "Golven"
+47
View File
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_bistro
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 08:57+0000\n"
"PO-Revision-Date: 2019-04-24 08:57+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_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "<i class=\"fa fa-reorder fa-1x\"/>Borders"
msgstr ""
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Lines"
msgstr ""
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "None"
msgstr ""
#. module: theme_bistro
#: model:ir.model,name:theme_bistro.model_theme_utils
msgid "Theme Utils"
msgstr ""
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Triangles"
msgstr ""
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Waves"
msgstr ""
+51
View File
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_bistro
#
# Translators:
# Martin Trigaux, 2019
# liAnGjiA <liangjia@qq.com>, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 08:57+0000\n"
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
"Last-Translator: liAnGjiA <liangjia@qq.com>, 2019\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_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "<i class=\"fa fa-reorder fa-1x\"/>Borders"
msgstr ""
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Lines"
msgstr "明细行"
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "None"
msgstr "无"
#. module: theme_bistro
#: model:ir.model,name:theme_bistro.model_theme_utils
msgid "Theme Utils"
msgstr "主题实用工具"
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Triangles"
msgstr ""
#. module: theme_bistro
#: model_terms:theme.ir.ui.view,arch:theme_bistro.bistro_options
msgid "Waves"
msgstr ""
+3
View File
@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import theme_bistro
+19
View File
@@ -0,0 +1,19 @@
from odoo import models
class ThemeBistro(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_bistro_post_copy(self, mod):
self.disable_view('website.template_header_default')
self.enable_view('website.template_header_vertical')
self.enable_view('website.template_header_default_align_right')
self.enable_view('website.template_header_hamburger_align_right')
self.enable_header_off_canvas()
self.disable_view('website.footer_custom')
self.enable_view('website.template_footer_centered')
self.enable_view('website.template_footer_slideout')
self.enable_view('website.option_footer_scrolltop')
self.enable_view('website.option_ripple_effect')
Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 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: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

+172
View File
@@ -0,0 +1,172 @@
<section style="font-family: 'Lato', sans-serif;">
<div class="container" style="text-align:left;">
<div class="row">
<div class="col-lg-12">
<p class="jumbotron lead" style="margin-bottom:40px;">Bistro is a professional responsive HTML5 theme, built using Bootstrap, a popular front-end framework for developing responsive, mobile first projects on the web.<br/> Just drag &amp; drop the 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>
<h2 style="font-size:32px;font-weight:500;margin-bottom:20px;">Customization Tools</h2>
<div class="alert alert-info" style="margin-bottom:20px; padding:20px;">Bistro was made with <strong>easy customization</strong> and <strong>branding</strong> in mind. Based on simple, modern and typographical elements, it allows you to easily build your website. All the options were made to work together. You can not go wrong with the settings.
</div>
<p class="text-muted"><i class="fa fa-1x fa-info-circle" style="color:#000;"></i> - You will find these options in: <strong>Customize</strong> (top-right of the screen) > <strong>Customize Theme</strong></p>
<div class="row">
<div class="col-lg-4" style="margin-bottom:40px;">
<img src="customization-modal-colors.gif" class="img img-fluid">
</div>
<div class="col-lg-4">
<img src="customization-modal-fonts-patterns.gif" class="img img-fluid">
</div>
<div class="col-lg-4">
<img src="customization-modal-background.gif" class="img img-fluid">
</div>
</div>
<p style="margin-bottom:40px;">Some fonts might not work with extended charsets.</p>
<h2 style="font-size:32px;font-weight:500;margin-bottom:20px;">Building Blocks</h2>
<div class="alert alert-info" style="padding:20px;">You get a <strong>new complete range</strong> of building blocks.</div>
<p class="text-muted"><i class="fa fa-1x fa-info-circle" style="color:#000;"></i> - You will find these blocks in: <strong>Edit</strong> (top-left of the screen) > <strong>Insert Blocks</strong></p>
<h3 style="font-size:24px;font-weight:500;margin-bottom:10px;">Structure</h3>
<div style="font-size:12px;">
<div class="float-left text-center" style="width:110px;">
<img src="snippets_thumbs/s_images_captions_fw.gif" style="border:2px solid #000;margin:10px 0 5px 0;"/><br/>
FW. Images + Captions
</div>
</div>
<h3 style="font-size:24px;font-weight:500;padding:20px 0 10px 0;clear:both;">Content</h3>
<div style="font-size:12px;">
<div class="float-left text-center" style="width:110px;">
<img src="snippets_thumbs/s_well_extended.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
Well + Icons
</div>
<div class="float-left text-center" style="width:110px;">
<img src="snippets_thumbs/s_panel_extended.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
Panel + Icons
</div>
<div class="float-left text-center" style="width:110px;">
<img src="snippets_thumbs/s_share_extended.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
Social + Styles
</div>
</div>
<h3 style="font-size:24px;font-weight:500;padding:20px 0 10px 0;clear:both;">Features</h3>
<div style="font-size:12px;">
<div class="float-left text-center" style="width:110px;">
<img src="snippets_thumbs/s_features_grid_circle.gif" style="border:2px solid #000;margin-bottom:5px;"/><br/>
Features Grid
</div>
</div>
<h2 style="font-size:32px;font-weight:500;padding:40px 0 20px 0;clear:both;">Customize Your Blocks</h2>
<div class="alert alert-info" style="padding:20px;">Each building blocks comes with its own options of <strong>layout</strong>, <strong>backgrounds</strong>, <strong>colors</strong>, and <strong>styles</strong></div>
<p style="margin-bottom:40px;">The images in this theme are copyrighted and can't be used outside of the odoo.com domain.</p>
<p class="jumbotron lead text-center" style="margin-bottom:40px;">
This theme was created with the help of our user community.<br/>
<strong>Thanks to our backers the Indiegogo campaign was a success!</strong><br/>
<a>https://www.indiegogo.com/projects/bootstrap-themes-for-odoo-cms/</a>
</p>
<h2 class="text-center" style="margin-top: 32px;">MAIN SPONSOR</h2>
<hr style="border-top-color:#000;">
<div class="row">
<div class="col-lg-2">
<a href="http://www.aselcis.com/" target="blank">
<img src="contributors/aselcis.jpg" class="img-fluid img"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.bas-solutions.nl/" target="blank">
<img src="contributors/bas-solutions.png" class="img-fluid img"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.bloopark.de/" target="blank">
<img src="contributors/bloopark.png" class="img-fluid img"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.brouwland.com" target="blank">
<img src="contributors/brouwland.jpg" class="img-fluid img"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.catsanddogs.com/" target="blank">
<img src="contributors/catsdogs.png" class="img-fluid img"/>
</a>
</div>
<div class="col-lg-2">
<a href="https://www.hucke-media.de/" target="blank">
<img src="contributors/huckemedia.png" class="img-fluid img"/>
</a>
</div>
</div>
<div class="row">
<div class="col-lg-2">
<a href="http://www.datadialog.net/" target="blank">
<img src="contributors/dialognet.png" class="img-fluid img"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.dynapps.be/" target="blank">
<img src="contributors/dynapps.jpg" class="img-fluid img"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://opusvl.com/" target="blank">
<img src="contributors/opusvl.png" class="img-fluid img"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://oxenworkwear.com/" target="blank">
<img src="contributors/oxen.jpg" class="img-fluid img"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.simplit.co/" target="blank">
<img src="contributors/simplitco.jpg" class="img-fluid img"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.sodexis.com/" target="blank">
<img src="contributors/sodexis.jpg" class="img-fluid img"/>
</a>
</div>
</div>
<div class="row">
<div class="col-lg-2 offset-lg-3">
<a href="https://www.techreceptives.com" target="blank">
<img src="contributors/tech-receptives.png" class="img-fluid img"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.applicatour.com/" target="blank">
<img src="contributors/applicatour.jpg" class="img-fluid img"/>
</a>
</div>
<div class="col-lg-2">
<a href="https://vauxoo.com" target="blank">
<img src="contributors/vauxoo.png" class="img-fluid img"/>
</a>
</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>
<h2 class="text-center" style="margin-top: 40px;">SPONSOR</h2>
<hr style="border-top-color:#000;">
<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>
<h2 class="text-center" style="margin-top: 40px;">POWER DESIGNER</h2>
<hr style="border-top-color:#000;">
<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>
</div>
</div>
</section>
Binary file not shown.

After

Width:  |  Height:  |  Size: 435 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 793 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 911 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 624 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 607 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="10px" height="10px" viewBox="0 0 10 10" enable-background="new 0 0 10 10" xml:space="preserve">
<rect y="2" fill="#FFFFFF" width="10" height="4"/>
<rect y="8" fill="#FFFFFF" width="10" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 582 B

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 19 14" width="19" height="14" enable-background="new 0 0 19 14" xml:space="preserve" preserveAspectRatio="none slice">
<g id="Layer_2">
<g>
<path fill="#FFFFFF" d="M0,0c4,0,6.5,5.9,9.5,5.9S15,0,19,0v7H0V0z"/>
<path fill="#FFFFFF" d="M19,14c-4,0-6.5-5.9-9.5-5.9S4,14,0,14l0-7h19V14z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 669 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

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